Beispiel #1
0
def letter_specification():
    return render_template(
        'views/guidance/letter-specification.html',
        navigation_links=using_notify_nav(),
    )
Beispiel #2
0
def send_files_by_email():
    return render_template(
        'views/guidance/send-files-by-email.html',
        navigation_links=using_notify_nav(),
    )
Beispiel #3
0
def upload_a_letter():
    return render_template(
        'views/guidance/upload-a-letter.html',
        navigation_links=using_notify_nav(),
    )
Beispiel #4
0
def create_and_send_messages():
    return render_template(
        'views/guidance/create-and-send-messages.html',
        navigation_links=using_notify_nav(),
    )
Beispiel #5
0
def edit_and_format_messages():
    return render_template(
        'views/guidance/edit-and-format-messages.html',
        navigation_links=using_notify_nav(),
    )
Beispiel #6
0
def guidance_index():
    return render_template(
        'views/guidance/index.html',
        navigation_links=using_notify_nav(),
    )
Beispiel #7
0
def branding_and_customisation():
    return render_template(
        'views/guidance/branding-and-customisation.html',
        navigation_links=using_notify_nav(),
    )
Beispiel #8
0
def trial_mode_new():
    return render_template(
        'views/trial-mode.html',
        navigation_links=using_notify_nav(),
    )
Beispiel #9
0
def get_started():
    return render_template(
        'views/get-started.html',
        navigation_links=using_notify_nav(),
    )
Beispiel #10
0
def message_status():
    return render_template(
        'views/message-status.html',
        navigation_links=using_notify_nav(),
    )
Beispiel #11
0
def documentation():
    return render_template(
        'views/documentation.html',
        navigation_links=using_notify_nav(),
    )
Beispiel #12
0
def who_its_for():
    return render_template(
        'views/guidance/who-its-for.html',
        navigation_links=using_notify_nav(),
    )