~ubuntu-branches/ubuntu/saucy/horizon/saucy-updates

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/project/firewalls/templates/firewalls/addpolicy.html

  • Committer: Package Import Robot
  • Author(s): James Page, James Page, Chuck Short
  • Date: 2013-10-03 13:48:12 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20131003134812-2vkwosem4flwuk5y
Tags: 1:2013.2~rc1-0ubuntu1
[ James Page ]
* New upstream release candidate:
  - d/static: Refreshed static assets for 2013.2~rc1.
  - d/patches: Refreshed patches.

[ Chuck Short ]
* debian/control: Add python-lesscpy as a suggests to optionally
  support online compression of static assets (LP: #1226674).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends 'base.html' %}
 
2
{% load i18n %}
 
3
{% block title %}{% trans "Add New Policy" %}{% endblock %}
 
4
 
 
5
{% block page_header %}
 
6
  {% include "horizon/common/_page_header.html" with title=_("Add New Policy") %}
 
7
{% endblock page_header %}
 
8
 
 
9
{% block main %}
 
10
  {% include 'horizon/common/_workflow.html' %}
 
11
{% endblock %}