summaryrefslogtreecommitdiff
path: root/horizon/horizon/dashboards/nova/templates/nova/floating_ips/_allocate.html
blob: f18b70b3bc8d0b6e81fcd26859ce3c89de8c95be (plain)
1
2
3
4
5
6
7
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>