diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-23 12:08:34 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-23 12:18:49 +0100 |
| commit | 5c5d61cf47e3d9cd872736c337e96a444d9e37fd (patch) | |
| tree | 8a0753d62f94c9a3804a2ff618495fa8bac4d46d /chimere/templates | |
| parent | 4064b6021750d693f905e903378901312a86e6d2 (diff) | |
| download | Chimère-5c5d61cf47e3d9cd872736c337e96a444d9e37fd.tar.bz2 Chimère-5c5d61cf47e3d9cd872736c337e96a444d9e37fd.zip | |
Fix get_categories empty response
Diffstat (limited to 'chimere/templates')
| -rw-r--r-- | chimere/templates/chimere/blocks/categories.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/templates/chimere/blocks/categories.html b/chimere/templates/chimere/blocks/categories.html index 5ba89fc..8c8a8f8 100644 --- a/chimere/templates/chimere/blocks/categories.html +++ b/chimere/templates/chimere/blocks/categories.html @@ -23,7 +23,9 @@ </ul> </li> {% endfor %} + {% if sub_categories %} <li id='display_submited'> <input type='checkbox' name='display_submited' id='display_submited_check'/> {% trans "Display markers and routes waiting for validation"%} </li> + {% endif %} </ul> |
