mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-10 16:08:30 -06:00
Move highly-static routes in separate blueprint
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
{# <li><a href="{{ url_for('main.messages') }}">My Messages</a></li>#}
|
||||
{# <li><a href="{{ url_for('main.blogs') }}">Blog</a></li>#}
|
||||
{# <li><a href="{{ url_for('main.groups') }}">Groups</a></li>#}
|
||||
<li><a href="{{ url_for('main.about') }}">About</a></li>
|
||||
<li><a href="{{ url_for('static.about') }}">About</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user