mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-12 01:48:54 -04:00
Fix mismatched comments and imports
This commit is contained in:
@@ -59,14 +59,14 @@ def using_notify_nav():
|
||||
"name": "Formatting",
|
||||
"link": "main.edit_and_format_messages",
|
||||
},
|
||||
#{
|
||||
# {
|
||||
# "name": "Branding",
|
||||
# "link": "main.branding_and_customisation",
|
||||
# },
|
||||
# {
|
||||
# "name": "Send files by email",
|
||||
# "link": "main.send_files_by_email",
|
||||
#},
|
||||
# },
|
||||
# {
|
||||
# "name": "Upload a letter",
|
||||
# "link": "main.upload_a_letter",
|
||||
@@ -75,10 +75,10 @@ def using_notify_nav():
|
||||
# "name": "Letter specification",
|
||||
# "link": "main.letter_specification",
|
||||
# },
|
||||
#]
|
||||
# },
|
||||
]
|
||||
},
|
||||
# {
|
||||
# "name": "API documentation",
|
||||
# "link": "main.documentation",
|
||||
# "name": "API documentation",
|
||||
# "link": "main.documentation",
|
||||
# },
|
||||
]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends "content_template.html" %}
|
||||
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
|
||||
{% from "components/service-link.html" import service_link %}
|
||||
|
||||
{% block per_page_title %}
|
||||
Text messages
|
||||
@@ -19,7 +20,7 @@
|
||||
<li>create reusable text message templates</li>
|
||||
<li>personalize the content of your texts</li>
|
||||
<li>send and schedule bulk messages</li></ul>
|
||||
<!-- <p class="govuk-body">You can also <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.documentation') }}">integrate with our API</a> to send text messages automatically.<p class="govuk-body">
|
||||
<!-- <p class="govuk-body">You can also <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.documentation') }}">integrate with our API</a> to send text messages automatically.<p class="govuk-body">
|
||||
|
||||
<h3 class="heading heading-small" id="receive">Receive text messages</h3>
|
||||
<p class="govuk-body">Let people send messages to your service or reply to your texts.</p>
|
||||
@@ -28,7 +29,7 @@
|
||||
|
||||
<h3 class="heading heading-small" id="sender">Show people who your texts are from</h3>
|
||||
<p class="govuk-body">When you send a text message with Notify, the sender name tells people who it’s from.</p>
|
||||
|
||||
|
||||
<p class="govuk-body">To change the text message sender from the default of ‘US Notify’:</p>
|
||||
|
||||
<ol class="list list-number">
|
||||
|
||||
Reference in New Issue
Block a user