mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
feat: Add export front page
This commit is contained in:
@@ -28,6 +28,10 @@ urlpatterns = [
|
||||
views.IndexView.as_view(),
|
||||
name='index'),
|
||||
|
||||
path('export',
|
||||
views.ExportListView.as_view(),
|
||||
name='export'),
|
||||
|
||||
path('',
|
||||
include('people.urls')),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user