summaryrefslogtreecommitdiffstats
path: root/templates/user_favorites.html
blob: 9db01e9a567ad255256325a2f1626bbc76634441 (plain)
1
2
3
4
5
6
7
8
{% extends "user.html" %}
<!-- user_favorites.html -->
{% load extra_tags %}
{% load humanize %}
{% block usercontent %}
		{% include "users_questions.html" %}
{% endblock %}
<!-- end user_favorites.html -->