Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
iMarkeh authored Jan 23, 2025
1 parent 103e990 commit f4ceff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vehicles/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def media(self):
link to a picture to prove it. Be polite.""",
)
rules = forms.BooleanField(
label="I agree that my edit is made in good faith and complies with the <a href=\"/rules\ ">editing rules</a>",
label="I agree that my edit is made in good faith and complies with the <a href=\"/rules\">editing rules</a>",
required=true,
)

Expand Down

0 comments on commit f4ceff5

Please sign in to comment.