Commit 65e23e6ba0654d1c841c3c9f61f31c8fc22e22c2
1 parent
9a7c3160
Exists in
master
and in
2 other branches
Removed contrast url, because the view was removed
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
themes/urls.py
... | ... | @@ -5,5 +5,4 @@ urlpatterns = [ |
5 | 5 | url(r'^$', views.IndexView.as_view(), name = 'manage'), |
6 | 6 | url(r'^basic_elements$', views.BasicElementsSettings.as_view(), name = 'basic'), |
7 | 7 | url(r'^css_selector$', views.CSSStyleSettings.as_view(), name = 'css'), |
8 | - url(r'^contrast$',views.Contrast, name = 'contrast'), | |
9 | 8 | ] | ... | ... |