Update admin.rs.html

This commit is contained in:
Marek Ľach 2018-12-29 12:08:16 +00:00 committed by GitHub
parent ee213b2982
commit 1830ebb91d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
} else {
<input type="checkbox" name="open_registrations" id="open_registrations">
}
@i18n!(ctx.1, "Allow anyone to register")
@i18n!(ctx.1, "Allow anyone to register here")
<label for="short_description">@i18n!(ctx.1, "Short description - byline")<small>@i18n!(ctx.1, "Markdown syntax is supported")</small></label>
<textarea id="short_description" name="short_description">@Html(form.short_description)</textarea>
@ -33,8 +33,8 @@
<label for="long_description">@i18n!(ctx.1, "Long description")<small>@i18n!(ctx.1, "Markdown syntax is supported")</small></label>
<textarea id="long_description" name="long_description">@Html(form.long_description)</textarea>
@input!(ctx.1, default_license (text), "Default content license", form, errors, "minlenght=\"1\"")
@input!(ctx.1, default_license (text), "Default article license", form, errors, "minlenght=\"1\"")
<input type="submit" value="@i18n!(ctx.1, "Save settings")"/>
<input type="submit" value="@i18n!(ctx.1, "Save these settings")"/>
</form>
})