WIP: Audit modal works

Need to get the ID search working.
This commit is contained in:
2020-02-14 11:45:42 +00:00
parent e9a9250027
commit e7fcaa36bb
5 changed files with 70 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'base_assets.html' %}
{% extends request.is_ajax|yesno:'base_ajax.html,base_assets.html' %}
{% load widget_tweaks %}
{% block title %}Asset {{ object.asset_id }}{% endblock %}