initial commit (it has come late tho 🙁)

This commit is contained in:
Yusur 2021-02-23 22:54:08 +01:00
commit c2bf966dac
27 changed files with 1618 additions and 0 deletions

9
templates/viewold.html Normal file
View file

@ -0,0 +1,9 @@
{% extends "view.html" %}
{% block history_nav %}
<div class="history-nav">
<p>{{ T('old-revision-notice') }}
<time datetime="{{ rev.pub_date.isoformat() }}">{{ rev.pub_date.strftime('%B %-d, %Y at %H:%M:%S') }}</time>
(ID #{{ rev.id }}). <a href="{{ p.get_url() }}">Show latest</a></p>
</div>
{% endblock %}