Change the str repr

This commit is contained in:
PCoder 2021-01-22 22:41:56 +05:30
commit e51af13a31
3 changed files with 14 additions and 4 deletions

View 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 %}