Commit 5228997609fb3616d2b8696e54610ab0364efb5a

Authored by Gustavo
1 parent c2ff223a

Contrast url in themes

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
themes/urls.py
... ... @@ -5,4 +5,5 @@ 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'),
8 9 ]
... ...