Merge branch 'fix-rellinks-signform' of max.mehl/pmpc-website into master

lektura
Max Mehl 2017-09-11 22:05:39 +02:00 committed by Gogs
commit d31d473801
1 changed files with 2 additions and 2 deletions

View File

@ -49,11 +49,11 @@
</label>
<p class="form-pe">
<label class="form-pe">
<input name="permissionPriv" value="yes" type="checkbox" required /> {{ .Site.Params.action.form.permPriv | markdownify }}
<input name="permissionPriv" value="yes" type="checkbox" required /> {{ replace .Site.Params.action.form.permPriv "privacy/" ("/privacy" | relLangURL) | markdownify }}
</label>
<br />
<label class="form-pe">
<input name="permissionPub" value="yes" type="checkbox" /> {{ .Site.Params.action.form.permPub | markdownify}}
<input name="permissionPub" value="yes" type="checkbox" /> {{ replace .Site.Params.action.form.permPub "openletter/all-signatures" ("/openletter/all-signatures" | relLangURL) | markdownify}}
</label>
<br />
<label class="form-pe">