mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 18:39:21 +02:00
fixed testing and some cleanup
This commit is contained in:
parent
affd7d88ac
commit
d3281ddf06
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{% extends '(request):.html' %}
|
||||
{% extends 'domain_request_form.html' %}
|
||||
{% load static url_helpers %}
|
||||
{% load custom_filters %}
|
||||
|
||||
|
|
|
@ -388,7 +388,6 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
|
|||
modal_heading = "You are about to submit an incomplete request"
|
||||
|
||||
has_profile_flag = flag_is_active(self.request, "profile_feature")
|
||||
logger.debug("PROFILE FLAG is %s" % has_profile_flag)
|
||||
|
||||
context = {
|
||||
"form_titles": self.TITLES,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue