mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Links between signin/login pages
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
<button class="bg-slate-800 font-medium p-2 md:p-4 text-white uppercase w-full">Sign up</button>
|
||||
|
||||
</form>
|
||||
|
||||
<div class="mt-4">
|
||||
<a href="{#{% url 'password_reset' TODO %}#}" class="text-slate-800">Forgot password?</a>
|
||||
<a href="{% url 'login' %}" class="float-right text-slate-800">Log in instead</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user