Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix trans template tag error
Trans template tag requires `{% load i18n %}` at top of template.
  • Loading branch information
mcastle committed Oct 29, 2015
commit 3c6ce9dfc05092a79ef0279000dbc805a3afa4e6
1 change: 1 addition & 0 deletions rest_framework/templates/rest_framework/admin.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% load staticfiles %}
{% load i18n %}
{% load rest_framework %}
<!DOCTYPE html>
<html>
Expand Down