summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/common/_page_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templates/horizon/common/_page_header.html')
-rw-r--r--horizon/templates/horizon/common/_page_header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/horizon/templates/horizon/common/_page_header.html b/horizon/templates/horizon/common/_page_header.html
index 9491a55ac..ab8585b8b 100644
--- a/horizon/templates/horizon/common/_page_header.html
+++ b/horizon/templates/horizon/common/_page_header.html
@@ -1,9 +1,9 @@
{% load i18n %}
{% block page_header %}
- <div class='page-header'>
+ <div class="page-header">
<h1>{{ title }}</h1>
{% if actions %}
- <form class='actions_column pull-right' action='{{ url }}' method="POST">
+ <form class="actions_column pull-right" action="{{ url }}" method="POST">
{% csrf_token %}
{{ actions }}
</form>