Marketplace, CSS, iCal and a lot of things... #4

Closed
valentin wants to merge 59 commits from dev into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e07576cbca - Show all commits

View File

@ -190,7 +190,7 @@ def icalendar(request):
except LienCalendrier.DoesNotExist: except LienCalendrier.DoesNotExist:
return HttpResponse("Invalid key", status_code=404) return HttpResponse("Invalid key", status_code=404)
else: else:
return icalendar_aux(request) return HttpResponse("Unspecified key", status_code=404)
def data_dump(request): def data_dump(request):
template = loader.get_template("data_dump.html") template = loader.get_template("data_dump.html")