mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Default to utilities/obj_edit.html for edit views that don't need a custom layout
This commit is contained in:
		@@ -1,14 +0,0 @@
 | 
			
		||||
{% extends 'utilities/obj_edit.html' %}
 | 
			
		||||
{% load form_helpers %}
 | 
			
		||||
 | 
			
		||||
{% block form %}
 | 
			
		||||
    <div class="panel panel-default">
 | 
			
		||||
        <div class="panel-heading"><strong>Aggregate</strong></div>
 | 
			
		||||
        <div class="panel-body">
 | 
			
		||||
            {% render_field form.prefix %}
 | 
			
		||||
            {% render_field form.rir %}
 | 
			
		||||
            {% render_field form.date_added %}
 | 
			
		||||
            {% render_field form.description %}
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user