diff options
Diffstat (limited to 'budget/templates/forms.html')
| -rw-r--r-- | budget/templates/forms.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/budget/templates/forms.html b/budget/templates/forms.html index 0fa642d..d462a82 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -40,6 +40,7 @@ {% include "display_errors.html" %} {{ form.hidden_tag() }} + {{ input(form.date) }} {{ input(form.what) }} {{ input(form.payer) }} {{ input(form.amount) }} |
