1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +00:00

accounts/templates/account.html fix missig tr in table

This commit is contained in:
Ing. Jan KRCMAR 2018-03-08 10:34:52 +01:00
parent 6cbad06f2c
commit 748a79d9db

View file

@ -26,8 +26,10 @@
</thead>
<tbody>
{% for publickey in publickeys %}
<tr>
<td>{{ publickey.keyname }}</td>
<td title="{{ publickey.keypublic }}">{{ publickey.keypublic|truncatechars:64 }}</td>
</tr>
{% endfor %}
</tbody>
</table>