nk20/templates/member/club_alias.html

7 lines
194 B
HTML
Raw Normal View History

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