diff --git a/themes/templates/themes/css_update.html b/themes/templates/themes/css_update.html index 336654d..9cfe0f2 100644 --- a/themes/templates/themes/css_update.html +++ b/themes/templates/themes/css_update.html @@ -29,30 +29,28 @@ {% for radio in field %} - {% if radio.choice_value == 'contrast' %} - - {% else %} - - - - - {{ radio }} - - - - {% with 'img/themes/'|add:radio.choice_value|add:'.png' as img_presentation %} - - {% endwith %} - - - {% with 'css/themes/'|add:radio.choice_value|add:'.css' as doc_presentation %} - {% trans 'Documentation' %} - {% endwith %} - - - - {% endif %} + {% if radio.choice_value == 'contrast' %} + {% else %} + + + + {{ radio }} + + + + {% with 'img/themes/'|add:radio.choice_value|add:'.png' as img_presentation %} + + {% endwith %} + + + {% with 'css/themes/'|add:radio.choice_value|add:'.css' as doc_presentation %} + {% trans 'Documentation' %} + {% endwith %} + + + + {% endif %} {% endfor %} -- libgit2 0.21.2