small fixes

This commit is contained in:
teldra 2022-03-28 12:16:25 +02:00
parent aa4fabfafe
commit b142b7fbc0
5 changed files with 10 additions and 1 deletions

View File

@ -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>

View 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="" />

View File

@ -0,0 +1,2 @@
<label for="price">{{ i18n "price" }}</label>
<input type="text" name="price" id="price" value="" placeholder="" />

View 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="" />

View File

@ -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="" />