Zwischencommit und Bilder Test

This commit is contained in:
holger.trampe 2020-05-02 13:54:39 +02:00
parent 5de65a5f53
commit aefa79ea77
2 changed files with 7 additions and 1 deletions

View File

@ -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();

View File

@ -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