created separate base for RIGS and assets.

Fixed create asset form
This commit is contained in:
Matthew Smith
2019-10-01 22:46:48 +01:00
parent a9a05b06fa
commit 8c60f6cb1d
52 changed files with 140 additions and 101 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'base.html' %}
{% extends 'base_rigs.html' %}
{% load staticfiles %}
{% block title %}Bad Request{% endblock %}