Skip to content
Snippets Groups Projects

Add PWA to AlekSIS

Merged Jonathan Weth requested to merge merge/pwa into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -26,7 +26,7 @@ def index(request: HttpRequest) -> HttpResponse:
def offline(request):
return render(request, 'common/offline.html')
return render(request, "common/offline.html")
@login_required
Loading