Update templates/base.html
parent
58d9d284c7
commit
827175598e
|
@ -30,9 +30,8 @@
|
|||
<li class="dropdown">
|
||||
<a href="#" class="dropbtn">Community</a>
|
||||
<div class="dropdown-content">
|
||||
<a href="#">Forums</a>
|
||||
<a href="#">Updates</a>
|
||||
<a href="#">Gallery</a>
|
||||
<a href="{{ url_for('forums') }}">Forums</a>
|
||||
<a href="/forums/gallery">Gallery</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="dropdown pull-left">
|
||||
|
|
Loading…
Reference in New Issue