Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid block tag: 'trans' on admin.html #3575

Closed
avara1986 opened this issue Oct 30, 2015 · 2 comments
Closed

Invalid block tag: 'trans' on admin.html #3575

avara1986 opened this issue Oct 30, 2015 · 2 comments

Comments

@avara1986
Copy link

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 %}
@xordoquy
Copy link
Collaborator

Duplicate of #3564

@jpadilla
Copy link
Member

Resolved in #3564

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants