Skip to content
Snippets Groups Projects

More front

Merged me5na7qbjqbrp requested to merge more_front into beta
3 files
+ 30
36
Compare changes
  • Side-by-side
  • Inline
Files
3
{% extends "member/noteowner_detail.html" %}
{# Use a fluid-width container #}
{% block containertype %}container-fluid{% endblock %}
{% block profile_info %}
{% include "member/club_info.html" %}
{% endblock %}
@@ -12,10 +9,10 @@
{% 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");
}
</script>
{% endblock %}
<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");
}
</script>
{% endblock %}
\ No newline at end of file
Loading