1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-03-14 09:47:33 +00:00
nk20/apps/member/templates/member/club_picture_update.html
2020-08-23 14:21:31 +02:00

6 lines
125 B
HTML

{% extends "member/club_detail.html" %}
{% block profile_content%}
{% include "member/picture_update.html" %}
{% endblock%}