summaryrefslogtreecommitdiff
path: root/horizon/horizon/dashboards/nova/templates/nova/floating_ips/_allocate.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/horizon/dashboards/nova/templates/nova/floating_ips/_allocate.html')
-rw-r--r--horizon/horizon/dashboards/nova/templates/nova/floating_ips/_allocate.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/horizon/horizon/dashboards/nova/templates/nova/floating_ips/_allocate.html b/horizon/horizon/dashboards/nova/templates/nova/floating_ips/_allocate.html
new file mode 100644
index 00000000..f18b70b3
--- /dev/null
+++ b/horizon/horizon/dashboards/nova/templates/nova/floating_ips/_allocate.html
@@ -0,0 +1,8 @@
+{%load i18n%}
+<form id="form_allocate" action="." class="form-delete" method="post">
+ {% csrf_token %}
+ {% for hidden in form.hidden_fields %}
+ {{hidden}}
+ {% endfor %}
+ <input class="action_input large-rounded" type="submit" value="{%trans "Allocate IP"%}" />
+</form>