mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Updated custom fields inclusion tag to use 'with'
This commit is contained in:
@@ -80,9 +80,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
{% with service.get_custom_fields as custom_fields %}
|
||||
{% include 'inc/custom_fields_panel.html' %}
|
||||
{% endwith %}
|
||||
{% include 'inc/custom_fields_panel.html' with custom_fields=service.get_custom_fields %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user