mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-04-28 21:33:10 +00:00
Fix spelling on the registration page
This commit is contained in:
parent
677dbb5d93
commit
3f6500bae2
@ -9,7 +9,7 @@
|
|||||||
{% if cfg.UseRegistration %}
|
{% if cfg.UseRegistration %}
|
||||||
<form class="modal" method="post" action="/register?{%s rq.URL.RawQuery %}" id="register-form" enctype="multipart/form-data" autocomplete="off">
|
<form class="modal" method="post" action="/register?{%s rq.URL.RawQuery %}" id="register-form" enctype="multipart/form-data" autocomplete="off">
|
||||||
<fieldset class="modal__fieldset">
|
<fieldset class="modal__fieldset">
|
||||||
<legend class="modal__title">Register to {%s cfg.WikiName %}</legend>
|
<legend class="modal__title">Register on {%s cfg.WikiName %}</legend>
|
||||||
|
|
||||||
<label for="register-form__username">Username</label>
|
<label for="register-form__username">Username</label>
|
||||||
<br>
|
<br>
|
||||||
|
@ -44,7 +44,7 @@ func StreamRegisterHTML(qw422016 *qt422016.Writer, rq *http.Request) {
|
|||||||
//line views/auth.qtpl:10
|
//line views/auth.qtpl:10
|
||||||
qw422016.N().S(`" id="register-form" enctype="multipart/form-data" autocomplete="off">
|
qw422016.N().S(`" id="register-form" enctype="multipart/form-data" autocomplete="off">
|
||||||
<fieldset class="modal__fieldset">
|
<fieldset class="modal__fieldset">
|
||||||
<legend class="modal__title">Register to `)
|
<legend class="modal__title">Register on `)
|
||||||
//line views/auth.qtpl:12
|
//line views/auth.qtpl:12
|
||||||
qw422016.E().S(cfg.WikiName)
|
qw422016.E().S(cfg.WikiName)
|
||||||
//line views/auth.qtpl:12
|
//line views/auth.qtpl:12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user