~ubuntu-branches/ubuntu/raring/horizon/raring

« back to all changes in this revision

Viewing changes to horizon/dashboards/syspanel/projects/templates/projects/create.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short
  • Date: 2012-11-23 08:49:14 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20121123084914-95m0mzmiicdw64ti
Tags: 2013.1~g1-0ubuntu1
[ Adam Gandelman ]
* debian/patches/add_juju_settings_pannel.patch: Disable during
  Grizzly dev. cycle. 

[ Chuck Short ]
* New upstream relase.
* Refreshed patches.

Show diffs side-by-side

added added

removed removed

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