|
@ -3,12 +3,19 @@ |
|
|
|
|
|
|
|
|
{% extends 'base_user_menu.jinja2' %} |
|
|
{% extends 'base_user_menu.jinja2' %} |
|
|
|
|
|
|
|
|
{% from 'macros/comments.jinja2' import comment_label_options_template, render_single_comment with context %} |
|
|
|
|
|
|
|
|
{% from 'macros/comments.jinja2' import comment_label_options_template, comment_reply_template, render_single_comment with context %} |
|
|
{% from 'macros/links.jinja2' import group_linked, username_linked %} |
|
|
{% from 'macros/links.jinja2' import group_linked, username_linked %} |
|
|
{% from 'macros/topics.jinja2' import render_topic_for_listing with context %} |
|
|
{% from 'macros/topics.jinja2' import render_topic_for_listing with context %} |
|
|
|
|
|
|
|
|
{% block title %}User: {{ user.username }}{% endblock %} |
|
|
{% block title %}User: {{ user.username }}{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
{% block templates %} |
|
|
|
|
|
{% if request.user %} |
|
|
|
|
|
{{ comment_reply_template() }} |
|
|
|
|
|
{{ comment_label_options_template(comment_label_options) }} |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
{% block header_context_link %} |
|
|
{% block header_context_link %} |
|
|
<a class="site-header-context" href="/user/{{ user.username }}">{{ user.username }}</a> |
|
|
<a class="site-header-context" href="/user/{{ user.username }}">{{ user.username }}</a> |
|
|
{% endblock %} |
|
|
{% endblock %} |
|
@ -130,8 +137,6 @@ |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
{% if request.user %}{{ comment_label_options_template(comment_label_options) }}{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% endblock %} |
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
{% block sidebar %} |
|
|
{% block sidebar %} |
|
|