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:
parent
f744ca2799
commit
4ea9cf5c60
2 changed files with 29 additions and 1 deletions
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue