new migrations; new models in apps.dash for Applets and UserApplets; new ITs to match

This commit is contained in:
Disco DeDisco
2026-03-04 15:43:24 -05:00
parent 9548a2cd15
commit ca835059c2
5 changed files with 103 additions and 2 deletions

View File

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