remove load url from future tags

This commit is contained in:
jmath1 2020-06-11 08:41:46 -04:00
parent a28da2e485
commit 176be64814
5 changed files with 0 additions and 5 deletions

View file

@ -1,7 +1,6 @@
{% extends "oauth2_provider/base.html" %}
{% load i18n %}
{% load url from future %}
{% block content %}
<div class="block-center">
<h3 class="block-center-heading">{% trans "Are you sure to delete the application" %} {{ application.name }}?</h3>

View file

@ -1,7 +1,6 @@
{% extends "oauth2_provider/base.html" %}
{% load i18n %}
{% load url from future %}
{% block content %}
<div class="block-center">
<h3 class="block-center-heading">{{ application.name }}</h3>

View file

@ -1,7 +1,6 @@
{% extends "oauth2_provider/base.html" %}
{% load i18n %}
{% load url from future %}
{% block content %}
<div class="block-center">
<form class="form-horizontal" method="post" action="{% block app-form-action-url %}{% url 'oauth2_provider:update' application.id %}{% endblock app-form-action-url %}">

View file

@ -1,7 +1,6 @@
{% extends "oauth2_provider/base.html" %}
{% load i18n %}
{% load url from future %}
{% block content %}
<div class="block-center">
<h3 class="block-center-heading">{% trans "Your applications" %}</h3>

View file

@ -1,7 +1,6 @@
{% extends "oauth2_provider/application_form.html" %}
{% load i18n %}
{% load url from future %}
{% block app-form-title %}{% trans "Register a new application" %}{% endblock app-form-title %}