Broken CSS on the password reset page #45

Closed
opened 2022-04-10 12:57:47 +02:00 by Aslan · 1 comment
Member

Hi there!

I have noticed that the CSS on the password reset page is broken.
image

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>

Hi there! I have noticed that the CSS on [the password reset page](https://www.42ctf.org/ru/accounts/password_reset/) is broken. ![image](/attachments/2a0a44df-0c71-4699-a4ea-70808cadf3d0) 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>`
Aslan changed title from CSS on the password reset page is broken to Broken CSS on the password reset page 2022-04-10 13:14:47 +02:00
Aslan added the
bug
label 2022-04-10 13:15:07 +02:00
Aslan added this to the Bugs project 2022-04-10 13:15:17 +02:00
Starthur self-assigned this 2022-05-27 15:05:13 +02:00
Owner

Done with #53

Done with https://gitea.42ctf.org/42CTF/website/pulls/53
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 42CTF/website#45
No description provided.