-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Description
TemplateSyntaxError: Invalid block tag: 'trans', expected 'elif', 'else' o 'endif on rest_framework/templates/rest_framework/admin.html line 117:
114 {% if filter_form %}
115 <button style="float: right; margin-right: 10px" data-toggle="modal" data-target="#filtersModal" class="btn btn-default">
116 <span class="glyphicon glyphicon-wrench" aria-hidden="true"></span>
117 {% trans "Filters" %}
118 </button>
119 {% endif %}
If you add this code at line 1 this issue is solved:
{% load i18n %}
Metadata
Metadata
Assignees
Labels
No labels