summaryrefslogtreecommitdiffstats
path: root/templates/user_favorites.html
blob: 8cebc798e1e50c1136cbe4fb0f2889c6331e9197 (plain)
1
2
3
4
5
6
7
{% extends "user.html" %}
{% load extra_tags %}
{% load humanize %}

{% block usercontent %}
		{% include "users_questions.html" %}
{% endblock %}