Handle styles for a panel subtitle

This commit is contained in:
Luis Cielak
2018-07-24 14:18:04 -04:00
parent 8d671b238b
commit 1503a519ed
7 changed files with 35 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
{% extends '../requests_new.html.to' %}
{% block subtitle %}
<h2>Review &amp; Submit</h2>
{% end %}
{% block form_action %}
<form method='POST' action="{{ reverse_url('requests_submit', request_id) }}" autocomplete="off">
{% end %}
@@ -11,8 +15,6 @@
<b>There were some errors, see below.</b>
{% end %}
<h2 id="review-submit">Review &amp; Submit</h2>
<p class="usa-font-lead">Before you can submit your request, please take a moment to review the information entered in the form. You may make changes by clicking the edit link on each section. When all information looks right, go ahead and submit.</p>
<h3>Details of Use <a href="{{ reverse_url('request_form_update', 1, request_id) }}">Edit</a></h3>