Upload files to "templates"

This commit is contained in:
2024-11-29 15:06:00 -05:00
parent 97f3676966
commit dd71872bb5

View File

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