Fix link to signup page from landing
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
</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"
|
||||
href="/signup">
|
||||
href="{{ url_for('auth.signup') }}">
|
||||
Sign Up
|
||||
</a>
|
||||
<a href="{{ url_for('documentation') }}"
|
||||
|
||||
Reference in New Issue
Block a user