It was like that when I got here
This commit is contained in:
parent
331423d3f6
commit
18251d7f00
36 changed files with 1534 additions and 1000 deletions
12
templates/admin/pastes.html
Normal file
12
templates/admin/pastes.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{% extends "../base.html" %}
|
||||
|
||||
{% block bodyClass %}admin-pastes{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
<h1>Pastes</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
{% call super() %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue