Add client drafts, add app version to template

This commit is contained in:
Yusur 2022-05-17 22:55:37 +02:00
parent e3e9d844c6
commit c53cc54d1a
3 changed files with 20 additions and 8 deletions

View file

@ -27,8 +27,9 @@
<li><a href="/create/" title="{{ T('new-note') }}" rel="nofollow"><span class="material-icons">create</span></a></li>
</ul>
<div class="footer">
<div class="footer-copyright">&copy; 20202021 Sakuragasaki46.</div>
<div class="footer-copyright">&copy; 20202022 Sakuragasaki46.</div>
<div class="footer-actions" id="page-actions">{% block actions %}{% endblock %}</div>
<div class="footer-versions">{{app_name}} version {{app_version}}</div>
</div>
<div class="backontop"><a href="#__top" title="Back on top"><span class="material-icons">arrow_upward</span></a></div>
{% block scripts %}{% endblock %}