Broken CSS on the password reset page #45
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
translations
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: 42CTF/website#45
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there!
I have noticed that the CSS on the password reset page is broken.
Probably is due to a bad substitution of syntax.
The value must between opening and closing tag and not inside.
For example instead of
<a href="/accounts/signup" class="list-group-item" sign="" up<="" a=""></a>
must be
<a href="/accounts/signup" class="list-group-item">sign up</a>
CSS on the password reset page is brokento Broken CSS on the password reset pageDone with #53