mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
Revert "Convert all links to govuk frontend"
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</p>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>exceed the <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.pricing') }}">free text message allowance</a></li>
|
||||
<li>exceed the <a href="{{ url_for('.pricing') }}">free text message allowance</a></li>
|
||||
<li>send letters</li>
|
||||
</ul>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ support_link }}">Contact us</a> if you need help raising a purchase order.
|
||||
<a href="{{ support_link }}">Contact us</a> if you need help raising a purchase order.
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
|
||||
<p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.register') }}">Create an account</a> then add as many different services as you need to.</p>
|
||||
<a href="{{ url_for('main.register') }}">Create an account</a> then add as many different services as you need to.</p>
|
||||
{% else %}
|
||||
You can add as many different services as you need to.
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
<p>When you add a new service it will start in <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.trial_mode_new') }}">trial mode</a>.</p>
|
||||
<p>When you add a new service it will start in <a href="{{ url_for('main.trial_mode_new') }}">trial mode</a>.</p>
|
||||
|
||||
<h2 class="heading-medium" id="emails">Emails</h2>
|
||||
<p>It’s free to send emails through Notify.</p>
|
||||
@@ -40,7 +40,7 @@
|
||||
<li>25,000 free text messages for other public sector services</li>
|
||||
</ul>
|
||||
<p>It costs 1.58 pence (plus VAT) for each text message you send after you've used your free allowance.</p>
|
||||
<p>See <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.how_to_pay') }}">how to pay</a>.
|
||||
<p>See <a href="{{ url_for('main.how_to_pay') }}">how to pay</a>.
|
||||
|
||||
<h3 class="heading-small" id="long-text-messages">Long text messages</h3>
|
||||
<p>If a text message is longer than 160 characters (including spaces), it’ll be charged as more than one message:</p>
|
||||
|
||||
Reference in New Issue
Block a user