X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/day_todos?a=blobdiff_plain;f=views%2Fcard_form.tpl;h=106c35f7f626b8499912bf70c11239ccf59bd9e1;hb=f77e6362f9b1e8d0e7bc93e4f6a0d6e1397e1b23;hp=a2aa551ea223c683ad6cb11424f72f9707e18dcf;hpb=60850241c6975af2eb7477dd2d047f5a0f602e07;p=guiltcards diff --git a/views/card_form.tpl b/views/card_form.tpl index a2aa551..106c35f 100644 --- a/views/card_form.tpl +++ b/views/card_form.tpl @@ -1,23 +1,35 @@ -
-title:
-prompt:
+ +
+% if card_type == 'guilt': % for answer in answers: answer:
% end -answer:
-answer:
-answer:
+answer:
+answer:
+answer:
+answer:
+% end +% if card_type == 'action': +title:
+% for paragraph in paragraphs: +paragraph:
+% end +paragraph:
+paragraph:
+paragraph:
+paragraph:
+% end

-(leave specific answer fields empty to remove them as answer options) +(leave specific fields empty to have them not appear on the card)

% if deletable:

-Or would you rather DELETE this card? +Or would you rather DELETE this card?

% end