diff options
author | Jake Dahn <admin@jakedahn.com> | 2011-10-20 15:09:56 -0700 |
---|---|---|
committer | Jake Dahn <admin@jakedahn.com> | 2011-10-20 15:09:56 -0700 |
commit | 46c6bb23694db7b54cccd33e9bc2f2214eef0d55 (patch) | |
tree | e2e65d6bf292cfcfacf3f2c9b4c3778d9e32e3e5 | |
parent | 1a5fec97f94f1a928e0013f212498cf57b903d85 (diff) | |
download | tuskar-ui-46c6bb23694db7b54cccd33e9bc2f2214eef0d55.tar.gz |
fixing issue with internationalization merge
-rw-r--r-- | django-openstack/django_openstack/templates/django_openstack/dash/images/_launch.html | 2 |
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" /> |