Now checks if the service can provide cookies

This commit is contained in:
2010-03-01 15:48:17 +00:00
parent 828a9a33d4
commit 634727c51b
4 changed files with 27 additions and 3 deletions

View File

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