summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-01 17:34:56 +0300
committermakkalot <makkalot@gmail.com>2008-07-01 17:34:56 +0300
commit5cd8e0c7a53ceccbc427bc7add0238d7a002ca04 (patch)
tree6e070cfa636644e2c61a9a97b1c78ac91e40f75f /funcweb
parente86c3def00d719032a62352ca4f9fc5e88b7cbd1 (diff)
downloadfunc-5cd8e0c7a53ceccbc427bc7add0238d7a002ca04.tar.gz
func-5cd8e0c7a53ceccbc427bc7add0238d7a002ca04.tar.xz
func-5cd8e0c7a53ceccbc427bc7add0238d7a002ca04.zip
show the description into the rendering template ^__^
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/method_args.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcweb/funcweb/templates/method_args.html b/funcweb/funcweb/templates/method_args.html
index 2e7d4bd..870d562 100644
--- a/funcweb/funcweb/templates/method_args.html
+++ b/funcweb/funcweb/templates/method_args.html
@@ -5,6 +5,7 @@
<body>
<div py:if="minion_form" id="men">
+ <p py:if="description">Description : ${description}</p>
${ET(minion_form.display(displays_on='genshi'))}
</div>
<div py:if="not minion_form" id="men">