/tests/django_test/templates/form.html
HTML | 9 lines | 8 code | 1 blank | 0 comment | 0 complexity | 714917a90f526057427341f1424b0bb9 MD5 | raw file
1{% if price %} 2 You input: {{ price }} 3{% else %} 4 <form method="POST"> 5 <table>{{ form }}</table> 6 <input type="submit" value="Send"> 7 </form> 8{% endif %} 9