1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 09:04:44 +01:00

width: 100% for ban list

This commit is contained in:
Michael Save 2012-05-19 21:08:46 +10:00
parent 49c257f984
commit 92b9739aea

View File

@ -2,7 +2,7 @@
<p style="text-align:center" class="unimportant">({% trans 'There are no active bans.' %})</p>
{% else %}
<form action="" method="post">
<table class="mod">
<table class="mod" style="width:100%">
<tr>
<th>{% trans 'IP address/mask' %}</th>
<th>{% trans 'Reason' %}</th>
@ -54,7 +54,7 @@
{% else %}
{{ ban.expires|date(config.post_date) }}
{% if ban.expires > time() %}
<small>({{ ban.expires|until }})</small>
<small>(in {{ ban.expires|until }})</small>
{% endif %}
{% endif %}
</td>