From 5228997609fb3616d2b8696e54610ab0364efb5a Mon Sep 17 00:00:00 2001 From: Gustavo Date: Sat, 6 May 2017 00:31:06 -0300 Subject: [PATCH] Contrast url in themes --- themes/urls.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/themes/urls.py b/themes/urls.py index 269d8c8..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'), + url(r'^contrast$',views.Contrast, name = 'contrast'), ] -- libgit2 0.21.2