mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
feat: add consent form for data processing
This commit is contained in:
@@ -32,6 +32,10 @@ urlpatterns = [
|
||||
views.IndexView.as_view(),
|
||||
name='index'),
|
||||
|
||||
path('consent',
|
||||
views.ConsentTextView.as_view(),
|
||||
name='consent'),
|
||||
|
||||
path('',
|
||||
include('export.urls')),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user