Zwischencommit und Bilder Test
This commit is contained in:
parent
5de65a5f53
commit
aefa79ea77
|
|
@ -606,7 +606,11 @@ function removeNotification(notifyid){
|
|||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
console.log();
|
||||
console.log("{{root}}");
|
||||
console.log("{{url}}");
|
||||
|
||||
|
||||
|
||||
$("#notification_items").html("");
|
||||
loadUnsendNotifications();
|
||||
loadUnviewnNotifications();
|
||||
|
|
|
|||
|
|
@ -272,6 +272,8 @@ def dashboard(request):
|
|||
|
||||
context = {
|
||||
'active_link' : 'dashboard',
|
||||
'root' : settings.MEDIA_ROOT,
|
||||
'url' : settings.MEDIA_URL
|
||||
#"systemencode" : storageinfo
|
||||
}
|
||||
# Adding active_link
|
||||
|
|
|
|||
Loading…
Reference in New Issue