work on admin ui

This commit is contained in:
bkfox
2019-09-05 23:05:04 +02:00
parent b96f60e779
commit 2d21ab2434
19 changed files with 274 additions and 18 deletions

View File

@ -0,0 +1,13 @@
{% extends "admin/base_site.html" %}
{% load i18n %}
{% block content %}{{ block.super }}
<table class="table">
</table>
{% endblock %}