card_url = '/images/patron_cards/';
wallet_cards = [
'Card_blank',
- '2016_Dog_Card',
+# '2016_Dog_Card',
# 'Card_Pride',
- '2016_Sasquatch_Card'
+# '2016_Sasquatch_Card'
];
# keychain_cards container doubles as the wallet/keychain combo container
# If a time comes we need to support both, refactor here and the label
# changes for wallet-key combo below.
#keychain_cards = ['Keychain_red'];
-keychain_cards = ['2018_Pride_Combo', '2018_Slug'];
+keychain_cards = [
+ '2019_Dog_Combo',
+ '2018_Pride_Combo',
+ '2019_Sasquatch_Combo',
+ '2018_Slug'
+];
MACRO input_field(fclass, fname, label, type, css_class, value) BLOCK;
field_path = fclass _ "." _ fname;