1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-26 03:57:36 +02:00

Display note information larger

This commit is contained in:
Yohann D'ANELLO
2020-04-12 02:07:13 +02:00
parent 7ad32c2afd
commit 8fe060847f
5 changed files with 54 additions and 44 deletions

View File

@ -5,14 +5,14 @@
{% endblock %}
{% block profile_content %}
{% include "member/club_tables.html" %}
{% include "wei/weiclub_tables.html" %}
{% endblock %}
{% block extrajavascript %}
<script>
function refreshHistory() {
$("#history_list").load("{% url 'member:club_detail' pk=object.pk %} #history_list");
$("#profile_infos").load("{% url 'member:club_detail' pk=object.pk %} #profile_infos");
$("#history_list").load("{% url 'wei:wei_detail' pk=object.pk %} #history_list");
$("#profile_infos").load("{% url 'wei:wei_detail' pk=object.pk %} #profile_infos");
}
window.history.replaceState({}, document.title, location.pathname);