Commit 5670fdefb96b09b0905525defe4db8031400a02a

Authored by Gustavo
1 parent 8d3c5ca1

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 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   -]
9 8 \ No newline at end of file
  9 + url(r'^contrast$',views.Contrast, name = 'contrast'),
  10 +]
... ...