Commit 70a42793b83e8e3f87ab067919d881cee58ea33a
1 parent
76dfec1f
Exists in
master
and in
2 other branches
Updating themes images and red theme docs
Showing
8 changed files
with
12638 additions
and
2 deletions
Show diff stats
No preview for this file type
91.9 KB
amadeus/static/img/themes/black.png
69 KB
104 KB
amadeus/static/img/themes/green.png
69.3 KB
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> | ... | ... |