mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Fix request to go live page
- Remove duplicate page heading - Add `list list-bullet` classes to `ul` to get bulleted list
This commit is contained in:
@@ -7,8 +7,6 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">Request to go live</h1>
|
|
||||||
|
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-three-quarters">
|
<div class="column-three-quarters">
|
||||||
|
|
||||||
@@ -18,7 +16,7 @@
|
|||||||
|
|
||||||
<p><a href="https://docs.google.com/forms/d/1AL8U-xJX_HAFEiQiJszGQw0PcEaEUnYATSntEghNDGo/viewform">Contact us</a> to request an invite:</p>
|
<p><a href="https://docs.google.com/forms/d/1AL8U-xJX_HAFEiQiJszGQw0PcEaEUnYATSntEghNDGo/viewform">Contact us</a> to request an invite:</p>
|
||||||
|
|
||||||
<ul>
|
<ul class="list list-bullet">
|
||||||
<li>You’ll need to agree to our terms of use</li>
|
<li>You’ll need to agree to our terms of use</li>
|
||||||
<li>If you plan to send more than 250,000 text messages per year, you’ll need to agree to pay for what you use – take a look at our <a href="{{ url_for("main.help") }}#pricing">pricing</a></li>
|
<li>If you plan to send more than 250,000 text messages per year, you’ll need to agree to pay for what you use – take a look at our <a href="{{ url_for("main.help") }}#pricing">pricing</a></li>
|
||||||
<li>We’ll check your templates to make sure they’re consistent with our design patterns, style guide and information security principles</li>
|
<li>We’ll check your templates to make sure they’re consistent with our design patterns, style guide and information security principles</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user