Fix bad field template

This commit is contained in:
Knah Tsaeb 2018-01-04 15:07:42 +01:00
parent 6b0a76373c
commit a31f09001f
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
<label for="lf_stuff"><i>Demo Stuff</i></label><br>
<input type="text" name="lf_stuff" id="lf_stuff" value="%s" class="lf_input"><br>
<label for="lf_stuff"><i>Origin</i></label><br>
<input type="text" name="lf_origin" id="lf_origin" value="%s" class="lf_input"><br>