Added id to user sets link in base template.
authorMarek Stępniowski <marek@stepniowski.com>
Thu, 28 Aug 2008 12:27:03 +0000 (14:27 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Thu, 28 Aug 2008 12:27:03 +0000 (14:27 +0200)
templates/base.html

index 69f5dd2..8accaee 100644 (file)
@@ -23,7 +23,7 @@
                 {% if user.is_authenticated %}
                     <p>
                         Zalogowany jako <strong>{{ user.username }}</strong>
                 {% if user.is_authenticated %}
                     <p>
                         Zalogowany jako <strong>{{ user.username }}</strong>
-                        | <a href="#">Zestawy</a>
+                        | <a href="#" id="user-sets-link">Zestawy</a>
                         {% if user.is_staff %}
                         | <a href="/admin/">Administracja</a>
                         {% endif %}
                         {% if user.is_staff %}
                         | <a href="/admin/">Administracja</a>
                         {% endif %}