Add formset for parameter search (not functional) and improve usability

This commit is contained in:
2022-01-03 13:18:31 +01:00
parent 5c9f0d0f0a
commit cab865c8fe
5 changed files with 58 additions and 15 deletions

View File

@@ -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>