Added "Geltungsbereich" back into search function and corrected it; Changed "standards" page to "dokumente" internally
This commit is contained in:
@@ -9,9 +9,9 @@ calendar=parsedatetime.Calendar()
|
||||
|
||||
|
||||
def standard_list(request):
|
||||
standards = Dokument.objects.all()
|
||||
dokumente = Dokument.objects.all()
|
||||
return render(request, 'standards/standard_list.html',
|
||||
{'dokumente': standards}
|
||||
{'dokumente': dokumente}
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user