Changeset 978

Show
Ignore:
Timestamp:
11/08/08 17:12:50 (2 months ago)
Author:
lucy
Message:

reviews are editable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • huginmunin/trunk/web/hm/app/templates/node/behavior_info.html

    r969 r978  
    55  <div id="behavior_label_{{ b.id }}" class="ba_label"> 
    66        {{ b.label }} 
    7         {% if user.is_superuser %} 
     7        {% if_edit_permission user b %} 
    88                <SMALL><INPUT 
    99                        TYPE="button" 
     
    1111                        VALUE="edit" 
    1212                        class="ajax_button edit" /></SMALL> 
    13         {% endif %} 
     13        {% end_if_edit_permission %} 
    1414  </div> 
    1515