2020-03-25 18:00:40 +01:00
|
|
|
{% extends "member/profile_detail.html" %}
|
2020-03-04 16:34:12 +01:00
|
|
|
{% load i18n static pretty_money django_tables2 crispy_forms_tags %}
|
|
|
|
|
2020-03-25 16:11:44 +01:00
|
|
|
{% block profile_content%}
|
|
|
|
{% include "member/picture_update.html" %}
|
|
|
|
{% endblock%}
|