Add link to Card Creator in navigation menu

This commit is contained in:
w 2025-07-15 00:59:28 -03:00
parent 6130ac70a6
commit f22c618dda

View file

@ -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('submit_character') }}">Submit a Character</a>
<a href="{{ url_for('player_list') }}">Player List</a>
<a href="{{ url_for('card_creator') }}">Card Creator</a>
</nav>
</header>