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