summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-02-15 14:50:01 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-02-15 14:50:01 +0100
commit7ab81cd8ccebd0865f9a3498d88d72129c695a45 (patch)
treeea4595a76e649c477cdec895e0fadec76629c61d /templates
parent172db7b050d0e5e65f2bac543b73cb6744918227 (diff)
downloadkosten-7ab81cd8ccebd0865f9a3498d88d72129c695a45.tar.gz
kosten-7ab81cd8ccebd0865f9a3498d88d72129c695a45.tar.bz2
kosten-7ab81cd8ccebd0865f9a3498d88d72129c695a45.zip
Add 'add new' button for const
Diffstat (limited to 'templates')
-rw-r--r--templates/pages/constlist.mako2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/pages/constlist.mako b/templates/pages/constlist.mako
index 83fd9f3..12f6f85 100644
--- a/templates/pages/constlist.mako
+++ b/templates/pages/constlist.mako
@@ -1,5 +1,7 @@
<%inherit file="/page.mako" />
+<p><a href=${"/const/add" | url}>Add new</a></p>
+
<h2>Current</h2>
<ul class="arrow">
% for c in current: