Fixes #718: Restore is_primary field on IP assignment form

This commit is contained in:
Jeremy Stretch
2016-12-01 14:54:20 -05:00
parent b275009544
commit dc88cb5ac7
2 changed files with 20 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{% extends '_base.html' %}
{% load form_helpers %}
{% block title %}Assign an IP Address{% endblock %}
{% block title %}Assign a New IP Address{% endblock %}
{% block content %}
<form action="." method="post" class="form form-horizontal">
@@ -40,6 +40,7 @@
</div>
</div>
{% render_field form.interface %}
{% render_field form.set_as_primary %}
</div>
</div>
<div class="panel panel-default">