This commit is contained in:
zandercymatics 2025-03-11 11:32:50 -06:00
parent ca06625c14
commit 7c42ed958b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 5 additions and 5 deletions

View file

@ -99,7 +99,7 @@ class PublicContact(TimeStampedModel):
sp="VA", sp="VA",
pc="22201", pc="22201",
cc="US", cc="US",
email=DefaultEmail.PUBLIC_CONTACT_DEFAULT.value, email=DefaultEmail.PUBLIC_CONTACT_DEFAULT,
voice="+1.8882820870", voice="+1.8882820870",
pw="thisisnotapassword", pw="thisisnotapassword",
) )
@ -116,7 +116,7 @@ class PublicContact(TimeStampedModel):
sp="VA", sp="VA",
pc="22201", pc="22201",
cc="US", cc="US",
email=DefaultEmail.PUBLIC_CONTACT_DEFAULT.value, email=DefaultEmail.PUBLIC_CONTACT_DEFAULT,
voice="+1.8882820870", voice="+1.8882820870",
pw="thisisnotapassword", pw="thisisnotapassword",
) )
@ -133,7 +133,7 @@ class PublicContact(TimeStampedModel):
sp="VA", sp="VA",
pc="22201", pc="22201",
cc="US", cc="US",
email=DefaultEmail.PUBLIC_CONTACT_DEFAULT.value, email=DefaultEmail.PUBLIC_CONTACT_DEFAULT,
voice="+1.8882820870", voice="+1.8882820870",
pw="thisisnotapassword", pw="thisisnotapassword",
) )
@ -150,7 +150,7 @@ class PublicContact(TimeStampedModel):
sp="VA", sp="VA",
pc="22201", pc="22201",
cc="US", cc="US",
email=DefaultEmail.PUBLIC_CONTACT_DEFAULT.value, email=DefaultEmail.PUBLIC_CONTACT_DEFAULT,
voice="+1.8882820870", voice="+1.8882820870",
pw="thisisnotapassword", pw="thisisnotapassword",
) )

View file

@ -40,7 +40,7 @@
<button <button
type="submit" type="submit"
class="usa-button" class="usa-button"
>{% if form.security_email.value is None or form.security_email.value == "dotgov@cisa.dhs.gov" or form.security_email.value == "registrar@dotgov.gov"%}Add security email{% else %}Save{% endif %}</button> >{% if form.security_email.value is None or form.security_email.value == "dotgov@cisa.dhs.gov" or form.security_email.value == "registrar@dotgov.gov" or form.security_email.value == "help@get.gov" %}Add security email{% else %}Save{% endif %}</button>
</form> </form>
{% endblock %} {# domain_content #} {% endblock %} {# domain_content #}