diff --git a/nsupdate/accounts/templates/accounts/user_profile.html b/nsupdate/accounts/templates/accounts/user_profile.html index f15af82..f155ffc 100644 --- a/nsupdate/accounts/templates/accounts/user_profile.html +++ b/nsupdate/accounts/templates/accounts/user_profile.html @@ -15,17 +15,20 @@

Associate with remote Account

- + {% for backend in backends.not_associated %} +
+ +
+ {% endfor %}

Deassociate from remote Account

- + {% for socauth in backends.associated %} +
+ {% csrf_token %} + +
+ {% endfor %}