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>Information About You</h2>
{% end %}
{% block form %}
{% autoescape None %}
@@ -7,8 +11,6 @@
<b class="usa-input-error-message">There were some errors, see below.</b>
{% end %}
<h2 id="Information About You">Information About You</h2>
<p class="usa-font-lead">Please tell us more about yourself.</p>
{{ f.fname_request.label }}