moved bad variable name
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<!--% for type in sorted(something.keys()):-->
|
||||
<!--is-set class applied when user sets value-->
|
||||
<li class="settings-row is-set">
|
||||
<label for="<%= ...settingLabel... %>">Setting Display Name Goes Here</label>
|
||||
<label for="inputVariableHere">Setting Display Name Goes Here</label>
|
||||
<input type="${type}" id="firstname"/>
|
||||
<!--button clickable if is-set -->
|
||||
<button type="button" name="setting-clear" value="Clear" class="setting-clear " data-tooltip="Clear">
|
||||
|
||||
Reference in New Issue
Block a user