Add missing <tr> tags for discourse service template

This commit is contained in:
Stephen Shirley 2018-05-26 13:19:16 +02:00 committed by Adarnof
parent 099c2c0a21
commit 490ce286ff

View File

@ -1,8 +1,10 @@
{% load i18n %} {% load i18n %}
<tr>
<td class="text-center">Discourse</td> <td class="text-center">Discourse</td>
<td class="text-center">{{ char.character_name }}</td> <td class="text-center">{{ char.character_name }}</td>
<td class="text-center"><a href="{{ DISCOURSE_URL }}">{{ DISCOURSE_URL }}</a></td> <td class="text-center"><a href="{{ DISCOURSE_URL }}">{{ DISCOURSE_URL }}</a></td>
<td class="text-center"> <td class="text-center">
<a title="Go To Forums" class="btn btn-success" href="{{ DISCOURSE_URL }}"><span class="glyphicon glyphicon-arrow-right"></span></a> <a title="Go To Forums" class="btn btn-success" href="{{ DISCOURSE_URL }}"><span class="glyphicon glyphicon-arrow-right"></span></a>
</td> </td>
</tr>