Skip to content

Commit 44dab3a

Browse files
committed
Merge pull request concentricsky#28 from Azd325/master
Fixed backwards compatibility Django < 1.5 in the Template
2 parents acca712 + 7bb1ae6 commit 44dab3a

File tree

1 file changed

+1
-0
lines changed
  • tastypie_swagger/templates/tastypie_swagger

1 file changed

+1
-0
lines changed

tastypie_swagger/templates/tastypie_swagger/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load url from future %}
12
<!DOCTYPE html>
23
<html>
34
<head>

0 commit comments

Comments
 (0)