Commit 5670fdefb96b09b0905525defe4db8031400a02a
1 parent
8d3c5ca1
Exists in
master
and in
2 other branches
Constrast view included in the urls
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
themes/urls.py
@@ -5,4 +5,5 @@ urlpatterns = [ | @@ -5,4 +5,5 @@ urlpatterns = [ | ||
5 | url(r'^$', views.IndexView.as_view(), name = 'manage'), | 5 | url(r'^$', views.IndexView.as_view(), name = 'manage'), |
6 | url(r'^basic_elements$', views.BasicElementsSettings.as_view(), name = 'basic'), | 6 | url(r'^basic_elements$', views.BasicElementsSettings.as_view(), name = 'basic'), |
7 | url(r'^css_selector$', views.CSSStyleSettings.as_view(), name = 'css'), | 7 | url(r'^css_selector$', views.CSSStyleSettings.as_view(), name = 'css'), |
8 | -] | ||
9 | \ No newline at end of file | 8 | \ No newline at end of file |
9 | + url(r'^contrast$',views.Contrast, name = 'contrast'), | ||
10 | +] |