2026-03-09 21:13:35 -04:00
|
|
|
<section
|
2026-03-11 13:59:43 -04:00
|
|
|
id="id_applet_new_note"
|
2026-03-09 21:13:35 -04:00
|
|
|
style="--applet-cols: {{ entry.applet.grid_cols }}; --applet-rows: {{ entry.applet.grid_rows }};"
|
|
|
|
|
>
|
2026-03-11 14:10:56 -04:00
|
|
|
<h2>Start a new note</h2>
|
2026-03-11 13:59:43 -04:00
|
|
|
{% url "new_note" as form_action %}
|
2026-03-09 21:13:35 -04:00
|
|
|
{% include "apps/dashboard/_partials/_form.html" with form=form form_action=form_action %}
|
2026-03-11 13:59:43 -04:00
|
|
|
</section>
|