From 5670fdefb96b09b0905525defe4db8031400a02a Mon Sep 17 00:00:00 2001 From: Gustavo Date: Fri, 28 Apr 2017 00:11:16 -0300 Subject: [PATCH] Constrast view included in the urls --- themes/urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/urls.py b/themes/urls.py index 5ea812f..e790c76 100644 --- a/themes/urls.py +++ b/themes/urls.py @@ -5,4 +5,5 @@ urlpatterns = [ url(r'^$', views.IndexView.as_view(), name = 'manage'), url(r'^basic_elements$', views.BasicElementsSettings.as_view(), name = 'basic'), url(r'^css_selector$', views.CSSStyleSettings.as_view(), name = 'css'), -] \ No newline at end of file + url(r'^contrast$',views.Contrast, name = 'contrast'), +] -- libgit2 0.21.2