horizon/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/remove_rule_from_policy.html
Sam Betts db27b5942e Reduce page title duplication in Adv net services
Patch https://review.openstack.org/#/c/142802 adds a method of
reducing duplication of page title logic, this patch applies that change
to the project firewalls, loadbalancers and vpn views.

Change-Id: I7e342df51eca075da76d80eb9b5722654edad1e4
Partial-Bug: 1413749
2015-02-18 11:36:29 +00:00

8 lines
210 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Remove Rule from Policy" %}{% endblock %}
{% block main %}
{% include 'project/firewalls/_remove_rule_from_policy.html' %}
{% endblock %}