Make form for linking patreon subscription

This commit is contained in:
2020-10-19 21:28:11 +02:00
parent 55c2f66709
commit e552a3d8a6
5 changed files with 124 additions and 1 deletions

View File

@@ -59,6 +59,8 @@
{{if eq $val $field.DefaultValue}}checked="checked"{{end}}/>
<label for="input_{{$field.Name}}_choice_{{$val}}">{{$val}}</label><br/>
{{ end }}
{{else if eq $field.Type "description"}}
<p>{{$field.DefaultValue}}</p>
{{end}}
</td>
{{end}}