From 096ca24336aa7352fc0313549c2e203238d75470 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Fri, 3 Jan 2020 21:09:45 +0000 Subject: [PATCH] Fixed supplier not working on all the create asset template --- assets/templates/asset_create.html | 11 ----------- assets/templates/asset_update.html | 12 ------------ .../partials/purchasedetails_form.html | 17 +++++++++++++++++ 3 files changed, 17 insertions(+), 23 deletions(-) diff --git a/assets/templates/asset_create.html b/assets/templates/asset_create.html index 7a7683f8..bc953d2d 100644 --- a/assets/templates/asset_create.html +++ b/assets/templates/asset_create.html @@ -1,19 +1,8 @@ {% extends 'base_assets.html' %} {% load widget_tweaks %} -{% load static %} {% load asset_templatetags %} {% block title %}Asset {{ object.asset_id }}{% endblock %} -{% block css %} - - -{% endblock %} - -{% block preload_js %} - - -{% endblock %} - {% block content %}