Add link to Card Creator in navigation menu
This commit is contained in:
parent
6130ac70a6
commit
f22c618dda
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ along with this program. If not, see https://www.gnu.org/licenses/.
|
||||||
<a href="{{ url_for('about') }}">About</a>
|
<a href="{{ url_for('about') }}">About</a>
|
||||||
<a href="{{ url_for('submit_character') }}">Submit a Character</a>
|
<a href="{{ url_for('submit_character') }}">Submit a Character</a>
|
||||||
<a href="{{ url_for('player_list') }}">Player List</a>
|
<a href="{{ url_for('player_list') }}">Player List</a>
|
||||||
|
<a href="{{ url_for('card_creator') }}">Card Creator</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Add table
Reference in a new issue