Merge "Drop Django 1.7 support"

This commit is contained in:
Jenkins 2015-11-16 17:44:48 +00:00 committed by Gerrit Code Review
commit ca33259c41
3 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
{% load i18n sizeformat %}
{% load url from future %}
<div class="detail">
<dl class="dl-horizontal">

View File

@ -1,6 +1,5 @@
{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% load url from future %}
{% block form_id %}resize_instance_form{% endblock %}
{% block form_action %}{% url "horizon:project:databases:resize_instance" instance_id %}{% endblock %}

View File

@ -1,6 +1,5 @@
{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% load url from future %}
{% block form_id %}resize_volume_form{% endblock %}
{% block form_action %}{% url "horizon:project:databases:resize_volume" instance_id %}{% endblock %}