This commit is contained in:
Asif Saifuddin Auvi 2017-06-04 07:44:11 +00:00 committed by GitHub
commit 7908d09006
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% load i18n %}
{% load rest_framework %}

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% load i18n %}
{% load rest_framework %}

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>

View File

@ -1,5 +1,5 @@
{% load rest_framework %}
{% load staticfiles %}
{% load static %}
<pre class="highlight javascript hide" data-language="javascript"><code>{% code html %}<!-- Load the JavaScript client library -->
<script src="{% static 'rest_framework/js/coreapi-0.1.0.js' %}"></script>
<script src="{% url 'api-docs:schema-js' %}"></script>{% endcode %}</code></pre>

View File

@ -1,5 +1,5 @@
{% extends "rest_framework/base.html" %}
{% load staticfiles %}
{% load static %}
{% load rest_framework %}
{% block body %}