Make nav and page headings reflect permissions

> If you have the Edit templates permission but not the Send messages permission, the navigation should read
>
> - Text message templates
> - Email templates
> - Letter templates
>
> The page headings should also read
>
> - Text message templates
> - Email templates
> - Letter templates

respectively

https://www.pivotaltracker.com/story/show/115488955
This commit is contained in:
Chris Hill-Scott
2016-03-11 15:08:31 +00:00
parent eea8ae5be4
commit 144de21745
3 changed files with 9 additions and 5 deletions

View File

@@ -7,7 +7,11 @@
{% block maincolumn_content %}
<h1 class="heading-large">
Send letters
{% if current_user.has_permissions(['send_letters']) %}
Send letters
{% else %}
Letter templates
{% endif %}
</h1>
<p>