FIX #388: Prevent assets losing supplier data on edit

This commit is contained in:
2019-12-31 18:50:04 +00:00
parent 97c0dffbd3
commit fc9ce9f01c
6 changed files with 35 additions and 66 deletions

View File

@@ -1,8 +1,18 @@
{% extends 'base_assets.html' %}
{% load widget_tweaks %}
{% load static %}
{% load asset_templatetags %}
{% block title %}Asset {{ object.asset_id }}{% endblock %}
{% block css %}
<link rel="stylesheet" href="{% static "css/bootstrap-select.min.css" %}"/>
<link rel="stylesheet" href="{% static "css/ajax-bootstrap-select.css" %}"/>
{% endblock %}
{% block preload_js %}
<script src="{% static "js/bootstrap-select.js" %}"></script>
<script src="{% static "js/ajax-bootstrap-select.js" %}"></script>
{% endblock %}
{% block content %}