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