1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Add message on unread page about v2

This commit is contained in:
Nicolas Lœuillet 2016-03-24 14:28:22 +01:00
parent f744ca2799
commit 4ea9cf5c60
2 changed files with 29 additions and 1 deletions

View file

@ -1 +1,6 @@
{{ messages | raw }}
{{ messages | raw }}
{% if view == 'home' %}
<div class="messages information">
<p><a href="http://doc.wallabag.org">wallabag v2 is out, please read the documentation to upgrade.</a></p>
</div>
{% endif %}