Access url for interventions
* adds access_token as new attribute * adds generating of access_token * adds new form * adds two new routes for sharing an intervention * adds translation * adds render_submit to BaseModalForm which triggers rendering the modal footer
This commit is contained in:
@@ -109,6 +109,7 @@ class BaseModalForm(BaseForm, BSModalForm):
|
||||
|
||||
"""
|
||||
is_modal_form = True
|
||||
render_submit = True
|
||||
|
||||
|
||||
class SimpleGeomForm(BaseForm):
|
||||
|
||||
Reference in New Issue
Block a user