mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
feat: Add export front page
This commit is contained in:
@@ -3,3 +3,7 @@ from django.views.generic import TemplateView
|
||||
|
||||
class IndexView(TemplateView):
|
||||
template_name = 'index.html'
|
||||
|
||||
|
||||
class ExportListView(TemplateView):
|
||||
template_name = 'export.html'
|
||||
|
||||
Reference in New Issue
Block a user