mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 12:21:22 -05:00
Fix the problems
This commit is contained in:
@@ -113,5 +113,5 @@ def roadmap():
|
||||
|
||||
|
||||
@main.route('/features')
|
||||
def roadmap():
|
||||
def features():
|
||||
return render_template('views/features.html')
|
||||
|
||||
@@ -62,7 +62,11 @@
|
||||
{% else %}
|
||||
<li>
|
||||
<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>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user