Skip to content

Commit eba7a29

Browse files
registration form fix
1 parent 0c4fdb7 commit eba7a29

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

introduction/templates/registration/register.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ <h1>Register</h1>
1111
{{ register_form|crispy }}
1212
<button class="btn btn-primary" type="submit">Register</button>
1313
</form>
14-
<p class="text-center">If you already have an account, <a href="/login">login</a> instead.</p>
14+
<p class="text-center">If you already have an account, <button type="submit" class="btn btn-info" style="margin-bottom:20px"><a href="/login" style="color: rgb(255, 255, 255); text-decoration: none;">Login</a></button>
15+
instead.</p>
1516
</div>
1617

1718
{% endblock %}

0 commit comments

Comments
 (0)