diff options
Diffstat (limited to 'budget/templates/authenticate.html')
| -rw-r--r-- | budget/templates/authenticate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/authenticate.html b/budget/templates/authenticate.html index 0ad8815..9852d6a 100644 --- a/budget/templates/authenticate.html +++ b/budget/templates/authenticate.html @@ -8,7 +8,7 @@ {% 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>? +to <a href="{{ url_for(".create_project", project_id=create_project) }}">create it</a>? </p> {% endif %} <form action="" method="POST" accept-charset="utf-8"> |
