merge rapids commit

This commit is contained in:
Ross
2021-01-18 11:18:07 +00:00
parent 80059d375e
commit 508934f94c
24 changed files with 1533 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
{% extends "admin/base_site.html" %}
{% load static %}
{% block extrahead %}
<link rel="stylesheet" href="{% static 'css/admin.css' %}">
{% endblock %}