forked from wallabag/wallabag
Add message on unread page about v2
This commit is contained in:
@ -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 %}
|
||||
Reference in New Issue
Block a user