diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-11-18 22:41:40 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-11-18 22:41:40 +0200 |
commit | 085832888a6ebee7f0b2d23c68ef887833f2a94d (patch) | |
tree | 31363288b92ea742b9e10ff21990bd77b8bdbf82 /servo/templates/rules | |
parent | 15ea45e17ebe662b4a105a0a61d6e46dcf591358 (diff) | |
download | Servo-085832888a6ebee7f0b2d23c68ef887833f2a94d.tar.gz Servo-085832888a6ebee7f0b2d23c68ef887833f2a94d.tar.bz2 Servo-085832888a6ebee7f0b2d23c68ef887833f2a94d.zip |
Cleanup
Diffstat (limited to 'servo/templates/rules')
-rw-r--r-- | servo/templates/rules/list_rules.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servo/templates/rules/list_rules.html b/servo/templates/rules/list_rules.html index 9aef78e..ccfdd26 100644 --- a/servo/templates/rules/list_rules.html +++ b/servo/templates/rules/list_rules.html @@ -11,6 +11,7 @@ <ul class="nav nav-pills nav-stacked"> <li class="nav-header">{% trans "Rules" %}</li> {% for o in object_list %} + <li>{{ o }}</li> <li class="{% active_url request o.get_admin_url %}"><a href="{{ o.get_admin_url }}">{{ o.get_name }}</a></li> {% endfor %} </ul> |