summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/faq.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/default/templates/faq.html')
-rw-r--r--askbot/skins/default/templates/faq.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/askbot/skins/default/templates/faq.html b/askbot/skins/default/templates/faq.html
deleted file mode 100644
index 51873a06..00000000
--- a/askbot/skins/default/templates/faq.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "two_column_body.html" %}
-<!-- template faq.html -->
-{% block title %}{% spaceless %}{% trans %}FAQ{% endtrans %}{% endspaceless %}{% endblock %}
-{% block content %}
-<div class="content">
-<h1 class="section-title">FAQ</h1>
- {{forum_faq}}
-</div>
-{% endblock %}
-<!-- end template faq.html -->