aboutsummaryrefslogtreecommitdiffstats
path: root/docs/templates/docs_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates/docs_view.html')
-rw-r--r--docs/templates/docs_view.html8
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 %}