diff --git a/sourcing/templates/view.html b/sourcing/templates/view.html index 1e14187..98b1b05 100644 --- a/sourcing/templates/view.html +++ b/sourcing/templates/view.html @@ -4,6 +4,29 @@ {% block content %} + + -

{{ self.title() }}

+

{{ self.title() }} + {% if current_user.is_authenticated and doc.user == current_user and not doc.has_title() %} + + {% endif %} +

{% if version %}

Revision as of {{ version.modified.strftime('%H:%M, %d %B %Y') }}

{% endif %}