Add formset for parameter search (not functional) and improve usability
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
Needs following context:
 | 
			
		||||
- heading
 | 
			
		||||
- form EditComponentForm
 | 
			
		||||
- open_component_button
 | 
			
		||||
{% endcomment %}
 | 
			
		||||
 | 
			
		||||
{% load static %}
 | 
			
		||||
@@ -21,6 +22,9 @@ Needs following context:
 | 
			
		||||
                </div>
 | 
			
		||||
                <div class="modal-footer">
 | 
			
		||||
                    <input type="submit" name="submit-edit-component" class="btn btn-primary" value="Save">
 | 
			
		||||
                    {% if open_component_button %}
 | 
			
		||||
                    <input type="submit" name="submit-edit-component-open" class="btn btn-primary" value="Save and Open">
 | 
			
		||||
                    {% endif %}
 | 
			
		||||
                </div>
 | 
			
		||||
            </form>
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user