diff --git a/budget/templates/home.html b/budget/templates/home.html index 7d4dc32..7a0cafc 100644 --- a/budget/templates/home.html +++ b/budget/templates/home.html @@ -2,16 +2,23 @@ {% block content %}
{{ auth_form.id.label }} {{ auth_form.id }}
{{ auth_form.password.label }} {{ auth_form.password }}
{{ auth_form.submit }}
{{error}}
{{ form.name.label }} {{ form.name }}