Files
python-tdd/src/templates/apps/billboard/_partials/_applet-new-post.html

9 lines
309 B
HTML
Raw Normal View History

<section
id="id_applet_new_post"
style="--applet-cols: {{ entry.applet.grid_cols }}; --applet-rows: {{ entry.applet.grid_rows }};"
>
<h2>New Post</h2>
{% url "new_post" as form_action %}
{% include "apps/dashboard/_partials/_form.html" with form=form form_action=form_action %}
</section>