Skip to content
Snippets Groups Projects

Add PWA to AlekSIS

Merged Jonathan Weth requested to merge merge/pwa into master
1 unresolved thread
Files
15
@@ -3,9 +3,5 @@ from django.shortcuts import render
from meta import OPEN_SOURCE_COMPONENTS
def offline(request):
return render(request, 'common/offline.html')
def about(request):
return render(request, "common/about.html", context={"components": OPEN_SOURCE_COMPONENTS})
Loading