Change the str repr
This commit is contained in:
parent
c6f05889ff
commit
e51af13a31
3 changed files with 14 additions and 4 deletions
18
templates/admin/base_site.html
Normal file
18
templates/admin/base_site.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{% extends "admin/base_site.html" %}
|
||||
{% block extrahead %}
|
||||
<style>
|
||||
table {
|
||||
width: 90%;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table thead th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
th {
|
||||
word-break: break-all;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue