Commit 9fb467a7 by Szabolcs Gelencser

fix vxlanedit html

parent fda9c192
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</div> </div>
<div class="row"> <div class="row">
<form method="POST""> <form method="POST">
{% csrf_token %} {% csrf_token %}
{{ form.name|as_crispy_field }} {{ form.name|as_crispy_field }}
<button class="btn btn-success pull-right text-right" type="submit"> <button class="btn btn-success pull-right text-right" type="submit">
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
<div class="page-header"> <div class="page-header">
<h3>{% trans "Connected virtual machines" %}</h3> <h3>{% trans "Connected virtual machines" %}</h3>
</div> </div>
{# {% render_table vm_list %}#}
</div> </div>
</div> </div>
{% endblock %} {% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment