Improved users, now /create and /edit require user login, changed savepoint() helper
This commit is contained in:
parent
83e2c892b3
commit
f4d536dc47
9 changed files with 102 additions and 42 deletions
|
|
@ -38,7 +38,8 @@
|
|||
<a href="/history/{{ p.id }}/">{{ T('action-history') }}</a> -
|
||||
<a href="/backlinks/{{ p.id }}/">Backlinks</a> -
|
||||
{{ T('last-changed') }} <time datetime="{{ rev.pub_date.isoformat() }}">{{ rev.pub_date.strftime('%B %-d, %Y at %H:%M:%S') }}</time> -
|
||||
{{ T('page-id') }}: {{ p.id }}
|
||||
{{ T('page-id') }}: {{ p.id }} -
|
||||
{{ T('owner') }}: {{ p.owner.username }}
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue