From e125601f52ac43a48a47fc1f4af8868981e6e23b Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Thu, 26 Mar 2020 17:48:17 +0100 Subject: [PATCH] almost working javascript --- templates/member/profile_alias.html | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/templates/member/profile_alias.html b/templates/member/profile_alias.html index dafc8e5a..9d2c34a3 100644 --- a/templates/member/profile_alias.html +++ b/templates/member/profile_alias.html @@ -4,3 +4,37 @@ {% block profile_content %} {% include "member/alias_update.html"%} {% endblock %} + +{% block extrajavascript %} + +{% endblock%}