Implement a new type of note (see #45)
This commit is contained in:
parent
c8854cf45d
commit
c384ee02eb
14 changed files with 326 additions and 21 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
{% block extrajavascript %}
|
||||
<script>
|
||||
function refreshhistory() {
|
||||
function refreshHistory() {
|
||||
$("#history_list").load("{% url 'member:user_detail' pk=object.pk %} #history_list");
|
||||
$("#profile_infos").load("{% url 'member:user_detail' pk=object.pk %} #profile_infos");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue