Skip to content

Commit

Permalink
Fix COC Link on registration Page (#2) (#394)
Browse files Browse the repository at this point in the history
Missing `"` at the beginning of the link to the COC
  • Loading branch information
MrRowey authored Jul 3, 2022
1 parent 2615f16 commit 6b8f410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mixins/form/account.pug
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mixin tosagree(checked)
input(type='checkbox', name='privacyagree', required='required')
label Agree to our Code of Conduct
.input-group
p I have read and agree with out <a href=https://faforever.com/coc" rel="_new">Code of Conduct</a>
p I have read and agree with out <a href="https://faforever.com/coc" rel="_new">Code of Conduct</a>
input(type='checkbox', name='cocagree', required='required')

mixin gogUsername
Expand Down

0 comments on commit 6b8f410

Please sign in to comment.