home · contact · privacy
Differentiate card data processing between action and guilt cards.
[guiltcards] / views / cards.tpl
index 2c20cb05a96ea912bb3738a677aa7a9f0bbf8989..d63aab12f533ab6bda138108024443d4abd92487 100644 (file)
@@ -8,9 +8,12 @@
 % end
 </ul>
 <form action="{{ web_path }}/decks/{{deck_id}}/cards/" method="GET">
-add another card? name: <input type="text" name="card_name" />
+add another guilt card? name: <input type="text" name="card_name" /> type: <select name="card_type"><option value="guilt">guilt card</option><option value="action">action card</option></select>
 </form>
 <p>
+<a href="{{ web_path }}/decks/{{deck_id}}/printable">deck print view</a>
+</p>
+<p>
 <a href="{{ web_path }}/decks">back to decks overview</a>
 </p>
 </body>