summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-05-27 08:46:29 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-05-27 09:20:24 +0200
commitdd0cece91f3b5b083ea910650d7b40d44d887921 (patch)
tree5173058c62aa2dc4658636fdac6eebb726468708 /templates
parent567f3ebbe6f60a872a57489516855b113315e341 (diff)
Add support for explicit journal keeping in the database.
Diffstat (limited to 'templates')
-rw-r--r--templates/article_summary_page.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/article_summary_page.html b/templates/article_summary_page.html
index 09b3cf5..8c7b0e3 100644
--- a/templates/article_summary_page.html
+++ b/templates/article_summary_page.html
@@ -6,7 +6,11 @@
<p>
<form method="POST">
<input name="create-article" type="hidden" />
- <input type="submit" value="{create-button-label|html-attr-value}" />
+ <input type="submit" value="{create-article-button-label|html-attr-value}" />
+ </form>
+ <form method="POST">
+ <input name="create-journal-entry" type="hidden" />
+ <input type="submit" value="{create-journal-entry-button-label|html-attr-value}" />
</form>
</p>