found some lingering List references in the template dir; summarily changed to Note
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
id="id_applet_new_note"
|
||||
style="--applet-cols: {{ entry.applet.grid_cols }}; --applet-rows: {{ entry.applet.grid_rows }};"
|
||||
>
|
||||
<h2>Start a new to-do list</h2>
|
||||
<h2>Start a new note</h2>
|
||||
{% url "new_note" as form_action %}
|
||||
{% include "apps/dashboard/_partials/_form.html" with form=form form_action=form_action %}
|
||||
</section>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
id="id_text"
|
||||
name="text"
|
||||
class="form-control form-control-lg{% if form.errors.text %} is-invalid{% endif %}"
|
||||
placeholder="Enter a to-do item"
|
||||
placeholder="Enter a note item"
|
||||
value="{{ form.text.value | default:'' }}"
|
||||
aria-describedby="id_text_feedback"
|
||||
required
|
||||
|
||||
Reference in New Issue
Block a user