equal
deleted
inserted
replaced
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> |