diff options
Diffstat (limited to 'budget/templates/layout.html')
| -rw-r--r-- | budget/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index d79c39f..8858150 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -52,7 +52,7 @@ <li class="menu"> <a href="#" class="menu"><strong>{{ g.project.name }}</strong> options</a> <ul class="menu-dropdown" style="display: none; "> - <li><a href="">Project settings</a></li> + <li><a href="{{ url_for(".edit_project") }}">Project settings</a></li> <li class="divider"></li> {% for id, name in session['projects'] %} {% if id != g.project.id %} |
