Profile template now shows if login is available

This commit is contained in:
2010-03-01 17:08:21 +00:00
parent 96ee18e7fb
commit b5b3ee31de

View File

@@ -25,9 +25,9 @@ a new service click the Add Service link</p>
<td>{{ acc.username }}</td> <td>{{ acc.username }}</td>
<td>******</td> <td>******</td>
<td>{{ acc.active }}</td> <td>{{ acc.active }}</td>
<td><a href="/profile/del/service/{{ acc.id }}/">Delete <td><a href="/profile/del/service/{{ acc.id }}/">Delete</a>
{% if acc.provide_login %} {% if acc.service.provide_login %}
/ <a href="/profile/login/service/{{ acc.id }}/">Login>/a> &nbsp;/&nbsp;<a href="/profile/login/service/{{ acc.id }}/">Login</a>
{% endif %} {% endif %}
</a></td> </a></td>
</tr> </tr>