make permissionPub opt-in. Fixes #83

lektura
max.mehl 2017-09-08 00:18:32 +02:00
parent 2777a9803a
commit d4cc316920
1 changed files with 2 additions and 2 deletions

View File

@ -63,11 +63,11 @@
</label>
<br />
<label class="form-pe">
<input name="permissionNews" value="yes" type="checkbox" checked="checked" /> {{ .Site.Params.action.form.permNews | markdownify }}
<input name="permissionPub" value="yes" type="checkbox" /> {{ .Site.Params.action.form.permPub | markdownify}}
</label>
<br />
<label class="form-pe">
<input name="permissionPub" value="yes" type="checkbox" checked="checked" /> {{ .Site.Params.action.form.permPub | markdownify}}
<input name="permissionNews" value="yes" type="checkbox" checked="checked" /> {{ .Site.Params.action.form.permNews | markdownify }}
</label>
</p>