mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
More html cleanup to match W3c
This commit is contained in:
@@ -36,12 +36,12 @@
|
||||
<tbody>
|
||||
{% if d.address %}
|
||||
<tr>
|
||||
<th width="35%" scope="row">Address</th>
|
||||
<th class="th-35" scope="row">Address</th>
|
||||
<td>{{ d.address }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<th width="35%" scope="row">Company</th>
|
||||
<th class="th-35" scope="row">Company</th>
|
||||
<td><abbr title="{{ d.company.extended_name }}">{{ d.company }}</abbr></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user