Card Creator #51

Merged
waifu merged 16 commits from card-creator into dev 2025-07-16 20:04:09 -07:00
Showing only changes of commit f22c618dda - Show all commits

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('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>