From bbfa493967bbd0aee9c13e6853dcae64f7a2f81a Mon Sep 17 00:00:00 2001 From: Jon Roberts Date: Wed, 19 Apr 2023 13:47:23 -0600 Subject: [PATCH] move div --- .../templates/application_withdraw_confirmation.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/registrar/templates/application_withdraw_confirmation.html b/src/registrar/templates/application_withdraw_confirmation.html index 3543501bf..1406d224d 100644 --- a/src/registrar/templates/application_withdraw_confirmation.html +++ b/src/registrar/templates/application_withdraw_confirmation.html @@ -3,8 +3,8 @@ {% block title %}Withdraw request for {{ domainapplication.requested_domain.name }}{% endblock %} {% load static url_helpers %} -
{% block content %} +
@@ -17,6 +17,5 @@
- +
{% endblock %} -
\ No newline at end of file