summaryrefslogtreecommitdiffstats
path: root/forum/templates/user_favorites.html
diff options
context:
space:
mode:
Diffstat (limited to 'forum/templates/user_favorites.html')
-rw-r--r--forum/templates/user_favorites.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/forum/templates/user_favorites.html b/forum/templates/user_favorites.html
new file mode 100644
index 00000000..9db01e9a
--- /dev/null
+++ b/forum/templates/user_favorites.html
@@ -0,0 +1,8 @@
+{% extends "user.html" %}
+<!-- user_favorites.html -->
+{% load extra_tags %}
+{% load humanize %}
+{% block usercontent %}
+ {% include "users_questions.html" %}
+{% endblock %}
+<!-- end user_favorites.html -->