diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2011-02-15 14:50:01 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2011-02-15 14:50:01 +0100 |
commit | 7ab81cd8ccebd0865f9a3498d88d72129c695a45 (patch) | |
tree | ea4595a76e649c477cdec895e0fadec76629c61d | |
parent | 172db7b050d0e5e65f2bac543b73cb6744918227 (diff) | |
download | kosten-7ab81cd8ccebd0865f9a3498d88d72129c695a45.tar.gz kosten-7ab81cd8ccebd0865f9a3498d88d72129c695a45.tar.bz2 kosten-7ab81cd8ccebd0865f9a3498d88d72129c695a45.zip |
Add 'add new' button for const
Diffstat (limited to '')
-rw-r--r-- | templates/pages/constlist.mako | 2 |
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: |