Merge "Use the default `url` tag instead"

This commit is contained in:
Jenkins 2016-02-01 08:20:59 +00:00 committed by Gerrit Code Review
commit d7abe63b99
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 %}