mirror of
https://git.freesoftwareextremist.com/bloat
synced 2024-11-12 17:44:10 +00:00
Fix settings label
This commit is contained in:
parent
80cfe0a289
commit
34a8250d12
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<input type="hidden" name="referrer" value="{{$.Ctx.Referrer}}">
|
||||
{{if .PostFormats}}
|
||||
<div class="settings-form-field">
|
||||
<label for="visibility"> Default format </label>
|
||||
<label for="post-format"> Default format </label>
|
||||
{{$defFormat := .Settings.DefaultFormat}}
|
||||
<select id="post-format" name="format">
|
||||
{{range .PostFormats}}
|
||||
|
|
Loading…
Reference in a new issue