Commit 183116aebbec14d2d74c513ad2de6a279b7b3777

Authored by Gustavo
1 parent 5e065c15

Css template modified to not render contrast stuff

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
themes/templates/themes/css_update.html
... ... @@ -29,6 +29,10 @@
29 29 <br clear="all" />
30 30  
31 31 {% for radio in field %}
  32 + {% if radio.choice_value == 'contrast' %}
  33 +
  34 + {% else %}
  35 +
32 36 <label for="{{ radio.id_for_label }}" class="row text-center">
33 37 <div class="col-lg-offset-2 col-md-offset-2 col-sm-offset-2 col-lg-2 col-md-2 col-sm-2 col-xs-3 text-left">
34 38 <span class="radio">
... ... @@ -47,6 +51,8 @@
47 51 </div>
48 52 </label>
49 53 <br clear="all" />
  54 + {% endif %}
  55 +
50 56 {% endfor %}
51 57 </div>
52 58  
... ...