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,6 +29,10 @@
29 <br clear="all" /> 29 <br clear="all" />
30 30
31 {% for radio in field %} 31 {% for radio in field %}
  32 + {% if radio.choice_value == 'contrast' %}
  33 +
  34 + {% else %}
  35 +
32 <label for="{{ radio.id_for_label }}" class="row text-center"> 36 <label for="{{ radio.id_for_label }}" class="row text-center">
33 <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"> 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 <span class="radio"> 38 <span class="radio">
@@ -47,6 +51,8 @@ @@ -47,6 +51,8 @@
47 </div> 51 </div>
48 </label> 52 </label>
49 <br clear="all" /> 53 <br clear="all" />
  54 + {% endif %}
  55 +
50 {% endfor %} 56 {% endfor %}
51 </div> 57 </div>
52 58