Fix mismatched comments and imports

This commit is contained in:
Ryan Ahearn
2022-11-28 11:30:25 -05:00
parent a9d65f80c3
commit f8220f5777
2 changed files with 9 additions and 8 deletions

View File

@@ -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",
# },
]

View File

@@ -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 its from.</p>
<p class="govuk-body">To change the text message sender from the default of US Notify:</p>
<ol class="list list-number">