summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Dahn <admin@jakedahn.com>2011-10-20 15:09:56 -0700
committerJake Dahn <admin@jakedahn.com>2011-10-20 15:09:56 -0700
commit46c6bb23694db7b54cccd33e9bc2f2214eef0d55 (patch)
treee2e65d6bf292cfcfacf3f2c9b4c3778d9e32e3e5
parent1a5fec97f94f1a928e0013f212498cf57b903d85 (diff)
downloadtuskar-ui-46c6bb23694db7b54cccd33e9bc2f2214eef0d55.tar.gz
fixing issue with internationalization merge
-rw-r--r--django-openstack/django_openstack/templates/django_openstack/dash/images/_launch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/django-openstack/django_openstack/templates/django_openstack/dash/images/_launch.html b/django-openstack/django_openstack/templates/django_openstack/dash/images/_launch.html
index a22de10d..d0947c23 100644
--- a/django-openstack/django_openstack/templates/django_openstack/dash/images/_launch.html
+++ b/django-openstack/django_openstack/templates/django_openstack/dash/images/_launch.html
@@ -1,5 +1,5 @@
-{%load i18n%}
{% extends 'django_openstack/dash/images/_launch_form.html' %}
+{%load i18n%}
{% block submit %}
<input type="submit" value="{%trans "Launch Instance"%}" class="large-rounded" />