diff options
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index af0c124..3c9fc7d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -76,6 +76,12 @@ <span class="badge">{{ user.profile.n_todo_patches }}</span> </a> </li> + <li> + <a href="{% url 'user-bundles' %}"> + Bundles + </a> + </li> + <li role="separator" class="divider"></li> {% if user.is_staff %} <li><a href="{% url 'admin:index' %}">Administration</a></li> {% endif %} |