diff options
Diffstat (limited to 'docs/templates/docs_view.html')
-rw-r--r-- | docs/templates/docs_view.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/templates/docs_view.html b/docs/templates/docs_view.html deleted file mode 100644 index 54a4fc0..0000000 --- a/docs/templates/docs_view.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "default.html" %} -{% load motor_tags %} - -{% block main %} - <small class="muted pull-right">Last updated: {{ article.updated_at|date:"SHORT_DATE_FORMAT" }}</small> - <h2>{{ article.title }}</h2> - {{ article.content|markdown }} -{% endblock main %} |