bug files
This commit is contained in:
parent
53f42ab5ec
commit
b9b65cb6b8
|
|
@ -29,7 +29,7 @@
|
|||
$(document).ready(function(){
|
||||
// FIRST CALL GROUPS, When Groups finished User will call by Groups
|
||||
//createAgencyGroups(groupids[0]);
|
||||
|
||||
console.log("{{check_files}}");
|
||||
//DEV
|
||||
//rebuildingStandards(standards[0]);
|
||||
//addGroupFolder();
|
||||
|
|
|
|||
|
|
@ -700,6 +700,8 @@ class AdmImportFlow(TemplateView):
|
|||
if(f.parent.name != "Standards Uploadbereich"):
|
||||
normal_files.append(f)
|
||||
|
||||
context.update({'check_files' : DataFile.objects.filter(agency=agency)})
|
||||
|
||||
context.update({'files' : normal_files})
|
||||
|
||||
# DataDirs
|
||||
|
|
|
|||
Loading…
Reference in New Issue