Fix signup form link
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
<section class="login-extra">
|
||||
<p>
|
||||
<span>Not enrolled? <a href="#">Sign up.</a></span>
|
||||
<span>Not enrolled? <a href="${reverse('signup')}">Sign up.</a></span>
|
||||
<a href="#" class="pwd-reset">Forgot password?</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user