1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-23 06:29:58 +03:00

Merge pull request from mcastle/patch-1

Fix trans template tag error on admin
This commit is contained in:
José Padilla 2015-10-30 06:29:25 -04:00
commit 08e4a98822

View File

@ -1,4 +1,5 @@
{% load staticfiles %}
{% load i18n %}
{% load rest_framework %}
<!DOCTYPE html>
<html>