/tests/django_test/templates/form.html
http://python-money.googlecode.com/ · HTML · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · 714917a90f526057427341f1424b0bb9 MD5 · raw file
- {% if price %}
- You input: {{ price }}
- {% else %}
- <form method="POST">
- <table>{{ form }}</table>
- <input type="submit" value="Send">
- </form>
- {% endif %}