aboutsummaryrefslogtreecommitdiff
path: root/templates/macros.twig
diff options
context:
space:
mode:
Diffstat (limited to 'templates/macros.twig')
-rw-r--r--templates/macros.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/macros.twig b/templates/macros.twig
index 2c72334..2bc163a 100644
--- a/templates/macros.twig
+++ b/templates/macros.twig
@@ -74,6 +74,7 @@
<form action="{{ url("new-note") }}" method="post" enctype="multipart/form-data">
{{ _self.note_form_content({}) }}
<button type="submit">Create</button>
+ <button type="submit" name="create_and_new" value="1">Create & New</button>
</form>
</section>
{% endmacro %} \ No newline at end of file