1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-22 10:28:21 +02:00

move common script to alias.js

This commit is contained in:
Pierre-antoine Comby
2020-03-26 23:05:08 +01:00
parent 49dd88dbb7
commit f7a66920e0
3 changed files with 42 additions and 31 deletions

View File

@ -4,3 +4,7 @@
{% block profile_content %}
{% include "member/alias_update.html" %}
{% endblock %}
{% block extrajavascript %}
<script src="/static/js/alias.js"></script>
{% endblock%}