From a962f29ba5610d2356848c76f9b13db2f37493a2 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 21 May 2011 21:19:06 +0100 Subject: [PATCH] Removed thead/tbody tags --- app/templates/sso/profile.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/templates/sso/profile.html b/app/templates/sso/profile.html index ec23037..fdacce5 100644 --- a/app/templates/sso/profile.html +++ b/app/templates/sso/profile.html @@ -66,10 +66,7 @@ function refresh_apikey(key) {

Services not fully integrated into Auth, and which a seperate username/password is required.

{% if user.serviceaccount_set.all %} - - - {% for acc in user.serviceaccount_set.all %} @@ -86,7 +83,6 @@ function refresh_apikey(key) { {% endfor %} -
ServiceUsernameURLActiveActions
{{ acc.service }} {{ acc.service_uid }}
{% endif %} @@ -105,10 +101,7 @@ remove them at any time, but this may affect any existing services you have setup.

{% if user.eveaccount_set.all %} - - - {% for acc in user.eveaccount_set.all %} @@ -121,7 +114,6 @@ setup.

LogsDelete - {% endfor %}
User IDAPI KeyDescriptionTypeActiveLast UpdatedActions
{{ acc.api_user_id }} {{ acc.api_key }}
{% endif %} @@ -137,17 +129,13 @@ setup.

{% if user.redditaccount_set.all %}

To validate your Reddit account, login on Reddit then click the link next to the account, fill in some text in the message and click send.

- - - {% for acc in user.redditaccount_set.all %} {% endfor %} -
UsernameCreated DateValidated
{{ acc.username }} {{ acc.date_created }} {% if acc.validated %}Yes{% else %}No (Validate){% endif %}
{% endif %}