diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-25 18:32:23 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-25 18:34:38 +0000 |
| commit | f7d4b4bf6da4bc9d3f00812f0da0c384d4ef7dac (patch) | |
| tree | 2aeaf9617052ceab51597159379badba20c96972 /app/templates/base.html | |
| parent | d04e06085433c84d8baccef95e4b9f95c48b24cc (diff) | |
| download | cheatdb-f7d4b4bf6da4bc9d3f00812f0da0c384d4ef7dac.tar.xz | |
Show placeholder message in unadded topics profile section when empty
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index ead3a4f..1d232f2 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -72,7 +72,7 @@ <a class="nav-link" href="{{ url_for('user_profile_page', username=current_user.username) }}">Profile</a> </li class="nav-item"> <li class="nav-item"> - <a class="nav-link" href="{{ url_for('user_profile_page', username=current_user.username) }}#unadded-packages">Your unadded topics</a> + <a class="nav-link" href="{{ url_for('user_profile_page', username=current_user.username) }}#unadded-topics">Your unadded topics</a> </li class="nav-item"> {% if current_user.canAccessTodoList() %} <li class="nav-item"><a class="nav-link" href="{{ url_for('todo_page') }}">Work Queue</a></li> |
