Removed unneeded csrf token in featured link in events-admin.
This commit is contained in:
Родитель
0ca26fee96
Коммит
4759e8f9f5
|
@ -14,7 +14,6 @@
|
|||
<button type="submit" name="featured" title="featured" value="0" class="{% if not event.featured %}hidden{% endif %}">
|
||||
<i class="icon-star"></i>
|
||||
</button>
|
||||
<input name="_csrf" value="{{ csrf }}" type="hidden" />
|
||||
</form>
|
||||
</td>
|
||||
<td>{{ event.id }}</td>
|
||||
|
|
Загрузка…
Ссылка в новой задаче