modified: app.py
modified: templates/index.html modified: templates/login.html modified: templates/settings.html
This commit is contained in:
@@ -20,14 +20,6 @@
|
||||
<label for="asknotes_introduction">Asknotes Introduction Text</label>
|
||||
<textarea id="asknotes_introduction" name="asknotes_introduction" class="form-control" rows="5">{{ asknotes_introduction }}</textarea>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="theme">Select Theme</label>
|
||||
<select id="theme" name="theme" class="form-control">
|
||||
<option value="light" {% if current_theme == "light" %}selected{% endif %}>Light</option>
|
||||
<option value="dark" {% if current_theme == "dark" %}selected{% endif %}>Dark</option>
|
||||
<option value="blue" {% if current_theme == "blue" %}selected{% endif %}>Blue</option>
|
||||
</select>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary btn-block">Save Settings</button>
|
||||
</form>
|
||||
<a href="{{ url_for('index') }}" class="btn btn-secondary btn-block mt-3">Back to Dashboard</a>
|
||||
|
||||
Reference in New Issue
Block a user