Changeset 978
- Timestamp:
- 11/08/08 17:12:50 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
huginmunin/trunk/web/hm/app/templates/node/behavior_info.html
r969 r978 5 5 <div id="behavior_label_{{ b.id }}" class="ba_label"> 6 6 {{ b.label }} 7 {% if user.is_superuser%}7 {% if_edit_permission user b %} 8 8 <SMALL><INPUT 9 9 TYPE="button" … … 11 11 VALUE="edit" 12 12 class="ajax_button edit" /></SMALL> 13 {% end if%}13 {% end_if_edit_permission %} 14 14 </div> 15 15