{% endif %}{{ cell.value }}{% if cell.wrap_list %}
{% endif %}
@@ -34,6 +34,6 @@
{% else %}
-
{%if cell.wrap_list %}
{% endif %}{{ cell.value }}{%if cell.wrap_list %}
{% endif %}
+
{% if cell.wrap_list %}
{% endif %}{{ cell.value }}{% if cell.wrap_list %}
{% endif %}
{% endif %}
{% endif %}
diff --git a/horizon/templates/horizon/common/_data_table_row_actions_dropdown.html b/horizon/templates/horizon/common/_data_table_row_actions_dropdown.html
index 0e2e11e554..c63929fe36 100644
--- a/horizon/templates/horizon/common/_data_table_row_actions_dropdown.html
+++ b/horizon/templates/horizon/common/_data_table_row_actions_dropdown.html
@@ -21,7 +21,7 @@
{% endfor %}
{% endif %}
-{% if row_actions|length == 1%}
- {% include "horizon/common/_data_table_row_action_dropdown.html" with action=row_actions.0%}
+{% if row_actions|length == 1 %}
+ {% include "horizon/common/_data_table_row_action_dropdown.html" with action=row_actions.0 %}
{% endif %}
{% endspaceless %}
diff --git a/horizon/templates/horizon/common/_formset_table_row.html b/horizon/templates/horizon/common/_formset_table_row.html
index 40b095218a..f5c4dfcf1a 100644
--- a/horizon/templates/horizon/common/_formset_table_row.html
+++ b/horizon/templates/horizon/common/_formset_table_row.html
@@ -5,7 +5,7 @@
{% if cell.field %}
{{ cell.field }}
{% else %}
- {%if cell.wrap_list %}
{% endif %}{{ cell.value }}{%if cell.wrap_list %}
{% endif %}
+ {% if cell.wrap_list %}
{% endif %}{{ cell.value }}{% if cell.wrap_list %}
{% endif %}
{% endif %}
{% if forloop.first %}
{% for field in row.form.hidden_fields %}
diff --git a/horizon/templates/horizon/common/_limit_summary.html b/horizon/templates/horizon/common/_limit_summary.html
index 24e0186a02..a098b88bb1 100644
--- a/horizon/templates/horizon/common/_limit_summary.html
+++ b/horizon/templates/horizon/common/_limit_summary.html
@@ -33,7 +33,7 @@
{% trans "Security Groups" %}
- {% blocktrans with used=usage.limits.totalSecurityGroupsUsed|intcomma available=usage.limits.maxSecurityGroups|quotainf|intcomma%}Used {{ used }} of {{ available }} {% endblocktrans %}
+ {% blocktrans with used=usage.limits.totalSecurityGroupsUsed|intcomma available=usage.limits.maxSecurityGroups|quotainf|intcomma %}Used {{ used }} of {{ available }} {% endblocktrans %}
{% for group, vals in job_execution.job_configs.iteritems %}
{% blocktrans %}{{ group }}:{% endblocktrans %}
- {%if group == "args" %}
+ {% if group == "args" %}
{% for val in vals %}
{{ val }}
{% endfor %}
{% else %}
{% for key, val in vals.iteritems %}
{{ key }} = {{ val }}
{% endfor %}
diff --git a/openstack_dashboard/dashboards/project/databases/templates/databases/_launch_network_help.html b/openstack_dashboard/dashboards/project/databases/templates/databases/_launch_network_help.html
index afbdbc35aa..03bd86054d 100644
--- a/openstack_dashboard/dashboards/project/databases/templates/databases/_launch_network_help.html
+++ b/openstack_dashboard/dashboards/project/databases/templates/databases/_launch_network_help.html
@@ -5,5 +5,5 @@
Move networks from 'Available Networks' to 'Selected Networks' by
clicking the button, or dragging and dropping. You can change the
NIC order by dragging and dropping as well.
- {% endblocktrans%}
+ {% endblocktrans %}
diff --git a/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_firewall_details.html b/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_firewall_details.html
index 92ea2ccd9a..1a9d21ec02 100644
--- a/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_firewall_details.html
+++ b/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_firewall_details.html
@@ -18,7 +18,7 @@
{% trans "Policy ID" %}
- {% url 'horizon:project:firewalls:policydetails' firewall.firewall_policy_id as policy_url%}
+ {% url 'horizon:project:firewalls:policydetails' firewall.firewall_policy_id as policy_url %}
{{ firewall.policy.name|default:firewall.policy.id }}