Skip to content

Commit

Permalink
Merge pull request #3564 from mcastle/patch-1
Browse files Browse the repository at this point in the history
Fix trans template tag error on admin
  • Loading branch information
jpadilla committed Oct 30, 2015
2 parents 48b0efb + 3c6ce9d commit 08e4a98
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 08e4a98

Please sign in to comment.