Adding Using Notify to the footer links

This commit is contained in:
Pete Herlihy
2017-08-31 11:10:39 +01:00
committed by Chris Hill-Scott
parent f7ff745872
commit 7a7e71ce5d
6 changed files with 6 additions and 7 deletions
@@ -7,6 +7,6 @@
{%- endif %}
</h1>
<p>
In <a href="{{ url_for('.trial_mode') }}">trial mode</a> you can only
In <a href="{{ url_for('.using_notify') }}#trial-mode">trial mode</a> you can only
send to yourself and members of your team
</p>
@@ -8,7 +8,7 @@
<p>
You can only send {{ current_service.message_limit }} messages per day
{%- if current_service.restricted %}
in <a href="{{ url_for('.trial_mode')}}">trial mode</a>
in <a href="{{ url_for('.using_notify')}}#trial-mode">trial mode</a>
{%- endif -%}
.
</p>