1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #1100: Add a "view all" link to completed bulk import views is_pool for prefixes

This commit is contained in:
Jeremy Stretch
2017-05-03 15:27:26 -04:00
parent 379c24a012
commit 3c631902e1
7 changed files with 24 additions and 10 deletions

View File

@@ -12,7 +12,9 @@
{% csrf_token %}
{% render_form form %}
<div class="form-group">
<button type="submit" class="btn btn-primary">Submit</button>
<div class="col-md-12 text-right">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
</div>

View File

@@ -20,7 +20,9 @@
{% csrf_token %}
{% render_form form %}
<div class="form-group">
<button type="submit" class="btn btn-primary">Submit</button>
<div class="col-md-12 text-right">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
</div>

View File

@@ -12,7 +12,9 @@
{% csrf_token %}
{% render_form form %}
<div class="form-group">
<button type="submit" class="btn btn-primary">Submit</button>
<div class="col-md-12 text-right">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
</div>