Ajout des arc en ciel dans les templates. Rainbow power git add calendrier/templates/calendrier/home.html partitions/templates/partitions/part.html partitions/templates/partitions/repertoire.html
This commit is contained in:
parent
2633829f83
commit
eab532bf7e
3 changed files with 5 additions and 5 deletions
|
@ -70,7 +70,7 @@
|
|||
|
||||
{% if infos or infos_en %}
|
||||
|
||||
<h3>{% trans "Infos utiles :" %}</h3>
|
||||
<h3><span class="ernestocouleur">{% trans "Infos utiles :" %}</span></h3>
|
||||
|
||||
<div class="box">{% autotranslate current_language infos infos_en %}</div>
|
||||
|
||||
|
@ -94,7 +94,7 @@
|
|||
</form>
|
||||
{% else %}
|
||||
{% if infos or infos_en %}
|
||||
<h3>{% trans "Infos utiles :" %}</h3>
|
||||
<h3><span class="ernestocouleur">{% trans "Infos utiles :" %}</span></h3>
|
||||
<div class="box">{% autotranslate current_language infos infos_en %}</div>
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<section class="{% cycle 'wrapper style1' 'wrapper style2' %}">
|
||||
<div class="inner">
|
||||
{% endif %}
|
||||
<h4>{% autotranslate current_language category.name category.nom_en %} :</h4>
|
||||
<h4>{% if user.is_authenticated %}<span class="ernestocouleur">{% endif %}{% autotranslate current_language category.name category.nom_en %} :{% if user.is_authenticated %}</span>{% endif %}</h4>
|
||||
<div class="row">
|
||||
<div class="6u 12u$(small)">
|
||||
<div class="table-wrapper">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue