diff --git a/ReyMotaAppsDj/reymota/templates/admin/base_site.html b/ReyMotaAppsDj/reymota/templates/admin/base_site.html new file mode 100644 index 0000000..315f380 --- /dev/null +++ b/ReyMotaAppsDj/reymota/templates/admin/base_site.html @@ -0,0 +1,12 @@ + + + + +{% extends "admin/base_site.html" %} + +{% load static %} + +{% block extrahead %} + +{% endblock %} +