new migrations; new models in apps.dash for Applets and UserApplets; new ITs to match
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
{% block content %}
|
||||
{% if user.is_authenticated %}
|
||||
<section class="theme-picker">
|
||||
<section id="id_applet_theme_switcher" class="theme-picker">
|
||||
{% for theme in themes %}
|
||||
<div class="theme-picker-item">
|
||||
<div class="swatch {{ theme.name }}{% if user_theme == theme.name %} active{% endif %}{% if theme.locked %} locked{% endif %}"></div>
|
||||
|
||||
Reference in New Issue
Block a user