push
This commit is contained in:
5
app/templates/admin/admin_base.html
Normal file
5
app/templates/admin/admin_base.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
{% include 'admin/_nav.html' %}
|
||||
{% block admin_content %}{% endblock %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user