mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 19:30:13 -04:00
Adding features to the admin template
Bumped features and pricing to the banner for non logged in users too.
This commit is contained in:
@@ -61,6 +61,8 @@
|
||||
</li>
|
||||
{% else %}
|
||||
<li>
|
||||
<a href="{{ url_for('main.features' )}}">Features</a>
|
||||
<a href="{{ url_for('main.pricing' )}}">Pricing</a>
|
||||
<a href="{{ url_for('main.sign_in' )}}">Sign in</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -94,6 +96,7 @@
|
||||
<div class="column-one-third">
|
||||
<h2>About</h2>
|
||||
<ul>
|
||||
<li><a href="{{ url_for("main.features") }}">Features</a></li>
|
||||
<li><a href="{{ url_for("main.terms") }}">Terms of use</a></li>
|
||||
<li><a href="{{ url_for("main.trial_mode") }}">Trial mode</a></li>
|
||||
<li><a href="{{ url_for("main.pricing") }}">Pricing</a></li>
|
||||
|
||||
Reference in New Issue
Block a user