mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Fix the problems
This commit is contained in:
@@ -113,5 +113,5 @@ def roadmap():
|
|||||||
|
|
||||||
|
|
||||||
@main.route('/features')
|
@main.route('/features')
|
||||||
def roadmap():
|
def features():
|
||||||
return render_template('views/features.html')
|
return render_template('views/features.html')
|
||||||
|
|||||||
@@ -62,7 +62,11 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ url_for('main.features' )}}">Features</a>
|
<a href="{{ url_for('main.features' )}}">Features</a>
|
||||||
<a href="{{ url_for('main.pricing' )}}">Pricing</a>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="{{ url_for('main.pricing' )}}">Pricing</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<a href="{{ url_for('main.sign_in' )}}">Sign in</a>
|
<a href="{{ url_for('main.sign_in' )}}">Sign in</a>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user