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