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