]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/home.twig
import in poche and not in an external file
[github/wallabag/wallabag.git] / tpl / home.twig
index 5752b2cf2bc4ba8ef9e6ebaf8859a6aef798c9ed..49ef9050499fc6e95bde30c5eb6e801f1b74f784 100644 (file)
                 <li><img src="./tpl/img/up.png" onclick="sort_links('{{ view }}', 'ta');" title="{% trans "by title asc" %}" /> {% trans "by title" %} <img src="./tpl/img/down.png" onclick="sort_links('{{ view }}', 'td');" title="{% trans "by title desc" %}" /></li>
             </ul>
 {% endblock %}
-{% block notices %}
-            <div class="messages">
-                <ul>
-                {% for notice in notices %}
-                    <li>{{ notice.value|e }}</li>
-                {% endfor %}
-                </ul>
-            </div>
-{% endblock %}
 {% block content %}
             <div id="content">
                 {% for entry in entries %}