diff options
Diffstat (limited to 'budget/templates')
| -rw-r--r-- | budget/templates/authenticate.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <p class=error>{{ ", ".join(errors) }}</p> {% endfor %} +{% if create_project %} +<p class="info">The project you are trying to access do not exist, do you want +to <a href="{{ url_for("create_project", project_id=create_project) }}">create it</a>? +</p> +{% endif %} <form action="" method="POST" accept-charset="utf-8"> {{ form.hidden_tag() }} |
