diff --git a/budget/templates/authenticate.html b/budget/templates/authenticate.html index 8b57c67..d4f7df6 100644 --- a/budget/templates/authenticate.html +++ b/budget/templates/authenticate.html @@ -6,6 +6,11 @@
{{ ", ".join(errors) }}
{% endfor %} +{% if create_project %} +The project you are trying to access do not exist, do you want +to create it? +
+{% endif %}