]> git.parisson.com Git - telemeta.git/commitdiff
Fix whitespace
authormathieu <mathieu.boye28@gmail.com>
Wed, 18 May 2016 10:39:33 +0000 (12:39 +0200)
committermathieu <mathieu.boye28@gmail.com>
Wed, 18 May 2016 10:39:33 +0000 (12:39 +0200)
telemeta/templates/telemeta/base.html
telemeta/templates/telemeta/mediaitem_list.html

index 4d149538810f1c386b5c675af3bd9fd40eae698b..c9a557f8e556fd81c94562c7ec7dcdf2945bf945 100644 (file)
                             {% endif %}
                         </ul>
                         <form id="formlang" action="/i18n/setlang/" method="post" style="display:inline-block;">
-
                             {% csrf_token %}
-
                             <input name="next" type="hidden" value="{% url 'telemeta-home' %}"/>
-
                             <select name="language" style="color:#6a0307">
-
                                 {% for lang in LANGUAGES %}
-
                                     <option value="{{ lang.0 }}">{{ lang.1 }}</option>
-
                                 {% endfor %}
-
                             </select>
-
-
                             <input type="submit" value="Ok"/>
-
                         </form>
 
-
                     {% endblock menu %}
                 </div>
             </div>
index 6a11ed0fa792cb510441c8ff461eb50782515906..4afb0806831bf74d09a575a126e851a1bc73d19b 100644 (file)
         <ul class="dropdown-menu" role="menu">
             <li><a href="{% block url_all %}{% url "telemeta-items" %}{% endblock %}" class="">{% trans "All" %}</a>
             </li>
-            <li><a href="
-
-
-
-
-                    {% block url_unpublished %}{% url "telemeta-items-unpublished" %}{% endblock %}">{% trans "Unpublished" %}</a>
+            <li><a href="{% block url_unpublished %}{% url "telemeta-items-unpublished" %}{% endblock %}">{% trans "Unpublished" %}</a>
             </li>
-            <li><a href="
-
-
-
-
-                    {% block url_published %}{% url "telemeta-items-published" %}{% endblock %}">{% trans "Published" %}</a>
+            <li><a href="{% block url_published %}{% url "telemeta-items-published" %}{% endblock %}">{% trans "Published" %}</a>
             </li>
-            <li><a href="
-
-
-
-
-                    {% block url_sound %}{% url "telemeta-items-sound" %}{% endblock %}">{% trans "Digitized" context "item list" %}</a>
+            <li><a href="{% block url_sound %}{% url "telemeta-items-sound" %}{% endblock %}">{% trans "Digitized" context "item list" %}</a>
             </li>
         </ul>