nk20/templates/member/profile_detail.html

10 lines
214 B
HTML
Raw Normal View History

{% extends "member/noteowner_detail.html" %}
2019-08-14 13:16:03 +00:00
{% block profile_info %}
{% include "member/profile_info.html" %}
2020-02-21 10:53:37 +00:00
{% endblock %}
{% block profile_content %}
{% include "member/profile_tables.html" %}
{% endblock %}