make links under additional sign form introduced in #105 work by rewriting them relatively

lektura
max.mehl 2017-09-11 21:59:45 +02:00
parent f67c921bd6
commit 2f757871cc
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">