~ubuntu-branches/ubuntu/quantal/horizon/quantal

« back to all changes in this revision

Viewing changes to horizon/dashboards/nova/access_and_security/templates/access_and_security/security_groups/create.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-07-06 11:38:55 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120706113855-js8fsldgtool47yj
Tags: 2012.2~f2-0ubuntu1
New usptream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends 'nova/base.html' %}
 
2
{% load i18n %}
 
3
{% block title %}Create Security Group{% endblock %}
 
4
 
 
5
{% block page_header %}
 
6
  {% include "horizon/common/_page_header.html" with title=_("Create Security Group") %}
 
7
{% endblock page_header %}
 
8
 
 
9
{% block dash_main %}
 
10
    {% include 'nova/access_and_security/security_groups/_create.html' %}
 
11
{% endblock %}