summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/common/_workflow_step.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templates/horizon/common/_workflow_step.html')
-rw-r--r--horizon/templates/horizon/common/_workflow_step.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/horizon/templates/horizon/common/_workflow_step.html b/horizon/templates/horizon/common/_workflow_step.html
index 0c998875..17b6deff 100644
--- a/horizon/templates/horizon/common/_workflow_step.html
+++ b/horizon/templates/horizon/common/_workflow_step.html
@@ -2,12 +2,12 @@
<table class="table-fixed">
<tbody>
<tr>
- <td class="help_text">
- {{ step.get_help_text }}
- </td>
<td class="actions">
{% include "horizon/common/_form_fields.html" %}
</td>
+ <td class="help_text">
+ {{ step.get_help_text }}
+ </td>
</tr>
</tbody>
</table>