src/cm/templates/site/text_list.html
changeset 438 fcc5e2f0befd
parent 315 bf61a1b40eb5
child 439 8994d24e4b2f
equal deleted inserted replaced
437:dec07877fd39 438:fcc5e2f0befd
    72 }) ;
    72 }) ;
    73 -->
    73 -->
    74 </script>
    74 </script>
    75 
    75 
    76 {% if object_list %}
    76 {% if object_list %}
    77 <form id="texts_form" action="." method="post">
    77 <form id="texts_form" action="." method="post">{% csrf_token %}
    78 
    78 
    79 {% if can_manage_workspace %}
    79 {% if can_manage_workspace %}
    80 <select id="bulk_actions" name="action">
    80 <select id="bulk_actions" name="action">
    81 <option selected="selected" value="-1">{% blocktrans %}Bulk Actions{% endblocktrans %}</option>
    81 <option selected="selected" value="-1">{% blocktrans %}Bulk Actions{% endblocktrans %}</option>
    82 <option value="delete">{% blocktrans %}Delete{% endblocktrans %}</option>
    82 <option value="delete">{% blocktrans %}Delete{% endblocktrans %}</option>