Fix: feb form names
This commit is contained in:
parent
85c6d4741f
commit
4bdcacba41
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
<label for="logo_variant">
|
||||
Variant
|
||||
</label>
|
||||
<select id="logo_variant" value="DarkText">
|
||||
<select id="logo_variant" name="variant" value="DarkText">
|
||||
<option value="DarkText" selected>dark text</option>
|
||||
<option value="LightText">light text</option>
|
||||
<option value="NoText">no text</option>
|
||||
|
@ -59,7 +59,7 @@
|
|||
Orientation
|
||||
</label>
|
||||
|
||||
<select id="logo_orientation" value="Landscape">
|
||||
<select id="logo_orientation" name="orientation" value="Landscape">
|
||||
<option value="Landscape" selected>landscape</option>
|
||||
<option value="Portrait" selected>portrait</option>
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue