summaryrefslogtreecommitdiff
path: root/templates/pages/add.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/add.mako')
-rw-r--r--templates/pages/add.mako11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/pages/add.mako b/templates/pages/add.mako
index ac67404..737d485 100644
--- a/templates/pages/add.mako
+++ b/templates/pages/add.mako
@@ -12,3 +12,14 @@
<%def name="heading()">
Add new expense
</%def>
+
+<%def name="js()">
+ ${parent.js()}
+ <script type="text/javascript" src=${"/static/jqueryui/jquery-ui-1.8.2.js" | url}></script>
+ <script type="text/javascript" src=${"/static/js/add.js" | url}></script>
+</%def>
+
+<%def name="style()">
+ ${parent.style()}
+ <link href=${"/static/jqueryui/css/ui-darkness/jquery-ui-1.8.2.custom.css" | url} rel="stylesheet" type="text/css" />
+</%def>