Upload files to "templates"
This commit is contained in:
@ -42,14 +42,16 @@
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<label for="theme">Select Theme:</label>
|
||||
<label for="theme">Theme:</label>
|
||||
<select name="theme" id="theme">
|
||||
<option value="dark" {% if theme == 'dark' %}selected{% endif %}>Dark Theme</option>
|
||||
<option value="light" {% if theme == 'light' %}selected{% endif %}>Light Theme</option>
|
||||
<option value="modern" {% if theme == 'modern' %}selected{% endif %}>Modern Theme</option>
|
||||
<option value="hacker" {% if theme == 'hacker' %}selected{% endif %}>Hacker Theme</option>
|
||||
<option value="vampire" {% if theme == 'vampire' %}selected{% endif %}>Vampire Theme</option>
|
||||
<option value="nordic" {% if theme == 'nordic' %}selected{% endif %}>Nordic Theme</option>
|
||||
<option value="halloween" {% if theme == 'halloween' %}selected{% endif %}>Halloween Theme</option>
|
||||
<option value="xmas" {% if theme == 'xmas' %}selected{% endif %}>Christmas Theme</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user