summaryrefslogtreecommitdiffstats
path: root/askbot/templates/user_profile/user_favorites.html
blob: ffdcbd0d5bf290508462120640c2f5592d59e39e (plain)
1
2
3
4
5
6
7
8
9
{% extends "user_profile/user.html" %}
<!-- user_favorites.html -->
{% block profilesection %}
   {% trans %}followed questions{% endtrans %}
{% endblock %}
{% block usercontent %}
{% include "user_profile/users_questions.html" %}
{% endblock %}
<!-- end user_favorites.html -->