summaryrefslogtreecommitdiffstats
path: root/askbot/skins/old/templates/user_profile/users_questions.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/old/templates/user_profile/users_questions.html')
-rw-r--r--askbot/skins/old/templates/user_profile/users_questions.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/askbot/skins/old/templates/user_profile/users_questions.html b/askbot/skins/old/templates/user_profile/users_questions.html
deleted file mode 100644
index 41809a62..00000000
--- a/askbot/skins/old/templates/user_profile/users_questions.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<!-- users_questions.html -->
-{% import "macros.html" as macros %}
-<div class="user-stats-table">
- {% for question in questions %}
- {{macros.question_summary(question, extra_class='narrow')}}
- {% endfor %}
-</div>
-<!-- end users_questions.html -->