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