forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
aa4fabfafe
commit
b142b7fbc0
|
@ -25,6 +25,9 @@
|
|||
{{ partial "tools/content" }}
|
||||
{{ partial "tools/featured" }}
|
||||
{{ partial "tools/event" }}
|
||||
{{ partial "tools/price" }}
|
||||
{{ partial "tools/covid" }}
|
||||
{{ partial "tools/registermail" }}
|
||||
{{ partial "tools/categories" }}
|
||||
{{ partial "tools/submit" }}
|
||||
</form>
|
||||
|
|
2
themes/buha/layouts/partials/tools/covid.html
Normal file
2
themes/buha/layouts/partials/tools/covid.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<label for="covid">{{ if (i18n "covid") }}{{ i18n "covid" }}{{ else }}Covid{{ end }}</label>
|
||||
<input type="text" name="covid" id="covid" value="" placeholder="" />
|
2
themes/buha/layouts/partials/tools/price.html
Normal file
2
themes/buha/layouts/partials/tools/price.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<label for="price">{{ i18n "price" }}</label>
|
||||
<input type="text" name="price" id="price" value="" placeholder="" />
|
2
themes/buha/layouts/partials/tools/registermail.html
Normal file
2
themes/buha/layouts/partials/tools/registermail.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<label for="registermail">{{ if (i18n "registermail") }}{{ i18n "registermail" }}{{ else }}Register Mail{{ end }}</label>
|
||||
<input type="text" name="registermail" id="registermail" value="" placeholder="" />
|
|
@ -1,2 +1,2 @@
|
|||
<label for="title">{{ i18n "title" }}*</label>
|
||||
<input type="text" class="f" name="title" id="title" value="" placeholder="" />
|
||||
<input type="text" name="title" id="title" value="" placeholder="" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user