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

« back to all changes in this revision

Viewing changes to horizon/dashboards/settings/ec2/templates/ec2/index.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 'settings/base.html' %}
 
2
{% load i18n %}
 
3
{% block title %}{% trans "Download EC2 Credentials" %}{% endblock %}
 
4
 
 
5
{% block page_header %}
 
6
  {% include "horizon/common/_page_header.html" with title=_("Download EC2 Credentials") %}
 
7
{% endblock page_header %}
 
8
 
 
9
{% block settings_main %}
 
10
  {% include "settings/ec2/download_form.html" %}
 
11
{% endblock %}