Fix link to signup page from landing

This commit is contained in:
Peter Stockings
2025-11-17 21:03:49 +11:00
parent ace9f0a896
commit 031f2265bf

View File

@@ -108,7 +108,7 @@
</p> </p>
<a class="mx-auto lg:mx-0 hover:underline gradient2 text-gray-800 font-extrabold rounded my-6 py-4 px-8 shadow-lg cursor-pointer" <a class="mx-auto lg:mx-0 hover:underline gradient2 text-gray-800 font-extrabold rounded my-6 py-4 px-8 shadow-lg cursor-pointer"
href="/signup"> href="{{ url_for('auth.signup') }}">
Sign Up Sign Up
</a> </a>
<a href="{{ url_for('documentation') }}" <a href="{{ url_for('documentation') }}"