initial commit (it has come late tho 🙁)
This commit is contained in:
commit
c2bf966dac
27 changed files with 1618 additions and 0 deletions
9
templates/viewold.html
Normal file
9
templates/viewold.html
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue