Use the default `url` tag instead

`url` change:
https://docs.djangoproject.com/en/1.8/internals/deprecation/#deprecation-removed-in-1-5
See notes for the url tag change

Change-Id: I55cb9197db15e43c8ca34b317e7b35c53486fcdd
This commit is contained in:
lawrancejing 2015-12-17 10:14:36 +00:00
parent 5f5e510547
commit 91ca0b59c9
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% load url from future %}
{% block form_id %}execute_form{% endblock %}
{% block form_action %}{% url 'horizon:mistral:workflows:execute' workflow_name %}{% endblock %}