updated applet seed migration to include default applet sizes; other sundry styling refinements
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-06 19:14:53 -05:00
parent 42a9049c0a
commit 9aea1ccb56
5 changed files with 43 additions and 10 deletions

View File

@@ -28,7 +28,7 @@
<section
id="id_applet_username"
style="--applet-cols: {{ entry.applet.grid_cols }}; --applet-rows: {{ entry.applet.grid_rows }};"
>
>
<h1>{{ user|display_name }}</h1>
<div class="form-container">
<form method="POST" action="{% url "set_profile" %}">
@@ -36,6 +36,7 @@
<input
id="id_new_username"
name="username"
class="form-control"
required
value="{{ user.username|default:'' }}"
>