summaryrefslogtreecommitdiff
path: root/templates/pages/show.jinja
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/expenses/show.jinja (renamed from templates/pages/show.jinja)4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pages/show.jinja b/templates/expenses/show.jinja
index 4b5170f..2643ac4 100644
--- a/templates/pages/show.jinja
+++ b/templates/expenses/show.jinja
@@ -1,4 +1,5 @@
-{% extends "page.jinja" %}
+{% extends "layout.jinja" %}
+{% from "macros.jinja" import left_arrow, right_arrow, colorize %}
{% block heading %}
{% if exps | length > 1 %}
@@ -59,4 +60,3 @@
</div>
</div>
{% endmacro %}
-
='/others/pass.git/commit/contrib/emacs/password-store.el?h=1.6.2&id=ad4fc762750781eac1747cf6d993ccba1434781d&follow=1'>Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33