Commit 70a42793b83e8e3f87ab067919d881cee58ea33a

Authored by Zambom
1 parent 76dfec1f

Updating themes images and red theme docs

amadeus/static/docs/themes/red_docs.pdf 0 → 100644
No preview for this file type
amadeus/static/img/themes/black.jpg 0 → 100644

91.9 KB

amadeus/static/img/themes/black.png

69 KB

amadeus/static/img/themes/green.jpg 0 → 100644

104 KB

amadeus/static/img/themes/green.png

69.3 KB

amadeus/static/img/themes/red.jpg 0 → 100644

96.2 KB

amadeus/static/img/themes/red.png

71.4 KB

themes/templates/themes/css_update.html
... ... @@ -39,12 +39,12 @@
39 39 </span>
40 40 </div>
41 41 <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
42   - {% with 'img/themes/'|add:radio.choice_value|add:'.png' as img_presentation %}
  42 + {% with 'img/themes/'|add:radio.choice_value|add:'.jpg' as img_presentation %}
43 43 <img class="radio theme_img" src="{% static img_presentation %}" />
44 44 {% endwith %}
45 45 </div>
46 46 <div class="col-md-2 col-md-2 col-sm-2 col-xs-12">
47   - {% with 'css/themes/'|add:radio.choice_value|add:'.css' as doc_presentation %}
  47 + {% with 'docs/themes/'|add:radio.choice_value|add:'_docs.pdf' as doc_presentation %}
48 48 <a class="radio" href="{% static doc_presentation %}" target="blank">{% trans 'Documentation' %}</a>
49 49 {% endwith %}
50 50 </div>
... ...