From 183116aebbec14d2d74c513ad2de6a279b7b3777 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Fri, 28 Apr 2017 00:18:57 -0300 Subject: [PATCH] Css template modified to not render contrast stuff --- themes/templates/themes/css_update.html | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/themes/templates/themes/css_update.html b/themes/templates/themes/css_update.html index 9149039..336654d 100644 --- a/themes/templates/themes/css_update.html +++ b/themes/templates/themes/css_update.html @@ -29,6 +29,10 @@
{% for radio in field %} + {% if radio.choice_value == 'contrast' %} + + {% else %} +
+ {% endif %} + {% endfor %} -- libgit2 0.21.2