diff options
| author | makkalot <makkalot@gmail.com> | 2008-07-01 17:34:56 +0300 |
|---|---|---|
| committer | makkalot <makkalot@gmail.com> | 2008-07-01 17:34:56 +0300 |
| commit | 5cd8e0c7a53ceccbc427bc7add0238d7a002ca04 (patch) | |
| tree | 6e070cfa636644e2c61a9a97b1c78ac91e40f75f /funcweb | |
| parent | e86c3def00d719032a62352ca4f9fc5e88b7cbd1 (diff) | |
show the description into the rendering template ^__^
Diffstat (limited to 'funcweb')
| -rw-r--r-- | funcweb/funcweb/templates/method_args.html | 1 |
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"> |
