nk20/templates/member/profile_picture_update.html

11 lines
280 B
HTML
Raw Normal View History

{% extends "member/noteowner_detail.html" %}
2020-03-04 15:34:12 +00:00
{% load i18n static pretty_money django_tables2 crispy_forms_tags %}
{% block profile_info %}
{% include "member/profile_info.html" %}
{% endblock%}
2020-03-04 15:34:12 +00:00
{% block profile_content%}
{% include "member/picture_update.html" %}
{% endblock%}