mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 15:59:49 -04:00
Merge pull request #370 from alphagov/add-tour
Make first time use clearer
This commit is contained in:
@@ -37,17 +37,6 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if not has_jobs %}
|
||||
{% if current_user.has_permissions(permissions=['send_texts', 'send_emails', 'send_letters'], any_=True) %}
|
||||
{{ banner(
|
||||
"""
|
||||
Send yourself a test
|
||||
""",
|
||||
subhead='Next step:',
|
||||
type="tip"
|
||||
)}}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<div class="grid-row">
|
||||
{% for template in templates %}
|
||||
<div class="column-two-thirds">
|
||||
|
||||
Reference in New Issue
Block a user