Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion rules_light/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ class RegistryView(generic.TemplateView):
url(r'^rules/', include('rules_light.urls')),

Note: view requires ``'rules_light.rule.read'`` which is enabled for admins
by default.
by default. Also notice that the template for this view uses ``{{ STATIC_URL }}``
so you'll need to have ``django.template.context_processors.static`` to your
template ``context_processors`` to render it properly..
"""

template_name = 'rules_light/registry.html'
Expand Down