mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-25 10:33:50 +02:00
adding back some conditionals for feature flag
This commit is contained in:
parent
8954efb537
commit
db46ca9fe4
4 changed files with 26 additions and 33 deletions
|
@ -45,6 +45,9 @@ class UserProfileView(UserProfilePermissionView, FormMixin):
|
|||
context["show_confirmation_modal"] = True
|
||||
|
||||
return self.render_to_response(context)
|
||||
|
||||
def dispatch(self, request, *args, **kwargs): # type: ignore
|
||||
return super().dispatch(request, *args, **kwargs)
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
"""Extend get_context_data"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue