nk20/templates/member/profile_alias.html

7 lines
196 B
HTML
Raw Normal View History

{% extends "member/profile_detail.html" %}
2020-02-28 12:37:31 +00:00
{% load i18n static pretty_money django_tables2 crispy_forms_tags %}
{% block profile_content %}
2020-03-25 17:00:40 +00:00
{% include "member/alias_update.html"%}
2020-02-28 12:37:31 +00:00
{% endblock %}