1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-01-19 14:41:19 +00:00
nk20/templates/member/profile_alias.html

11 lines
283 B
HTML
Raw Normal View History

{% extends "member/profile_detail.html" %}
2020-02-28 13:37:31 +01:00
{% load i18n static pretty_money django_tables2 crispy_forms_tags %}
{% block profile_content %}
2020-03-25 18:00:40 +01:00
{% include "member/alias_update.html"%}
2020-02-28 13:37:31 +01:00
{% endblock %}
2020-03-26 17:48:17 +01:00
{% block extrajavascript %}
2020-03-26 23:05:08 +01:00
<script src="/static/js/alias.js"></script>
2020-03-26 17:48:17 +01:00
{% endblock%}