summaryrefslogtreecommitdiff
path: root/templates/article_summary_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/article_summary_page.html')
-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>