summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-30 18:43:29 +0300
committermakkalot <makkalot@gmail.com>2008-06-30 18:43:29 +0300
commitdc8318d570d713704c4533ec4c79eddfd09762e2 (patch)
treeebb11e9588d3f0774954c14669dffe92d4530b74 /funcweb
parentf9e502678128337e02286290eb916170df2d2c56 (diff)
downloadfunc-dc8318d570d713704c4533ec4c79eddfd09762e2.tar.gz
func-dc8318d570d713704c4533ec4c79eddfd09762e2.tar.xz
func-dc8318d570d713704c4533ec4c79eddfd09762e2.zip
add new js and css to master for rendering the repeating fields
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/master.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/funcweb/funcweb/templates/master.html b/funcweb/funcweb/templates/master.html
index 073adc1..0ac8ebb 100644
--- a/funcweb/funcweb/templates/master.html
+++ b/funcweb/funcweb/templates/master.html
@@ -21,7 +21,10 @@
<style type="text/css" media="screen">
@import url("/static/css/style.css");
</style>
-
+
+ <link media="screen" href="/static/css/expanding_form.css" type="text/css" rel="stylesheet"/>
+ <script src="../static/javascript/expanding_form.js" type="text/javascript"></script>
+
<script type="text/javascript">
jQuery._$ = MochiKit.DOM.getElement;
var myj = jQuery.noConflict();