equal
deleted
inserted
replaced
21 <script src="{{STATIC_URL}}hdalab/js/completion.js?v=130829"></script> |
21 <script src="{{STATIC_URL}}hdalab/js/completion.js?v=130829"></script> |
22 |
22 |
23 <script type="text/javascript"> |
23 <script type="text/javascript"> |
24 gomNs.languageCode = '{{LANGUAGE_CODE}}'; |
24 gomNs.languageCode = '{{LANGUAGE_CODE}}'; |
25 gomNs.urls = { |
25 gomNs.urls = { |
26 'filter': "{% url filter %}", |
26 'contentsbytag': "{% url contentsbytag %}", |
27 'tag_search': "{% url tag_search %}" |
27 'tag_search': "{% url tag_search %}" |
28 }; |
28 }; |
29 </script> |
29 </script> |
30 {% endblock %} |
30 {% endblock %} |
31 |
31 |
57 </div> |
57 </div> |
58 <div class="corpsbloc" id="taginfo"> |
58 <div class="corpsbloc" id="taginfo"> |
59 <form id="tagform"> |
59 <form id="tagform"> |
60 <input id="tagsearch" placeholder="{% trans "Rechercher un tag" %}" /> |
60 <input id="tagsearch" placeholder="{% trans "Rechercher un tag" %}" /> |
61 </form> |
61 </form> |
|
62 <div class="wpinfo"> |
|
63 |
|
64 </div> |
62 </div> |
65 </div> |
63 </div> |
66 </div> |
64 <div class="bloc" id="bloc_translationinfo"> |
67 <div class="bloc" id="bloc_translationinfo"> |
65 {% trans "translation_info" %} |
68 {% trans "translation_info" %} |
66 </div> |
69 </div> |