diff --git a/nsupdate/accounts/templates/accounts/user_profile.html b/nsupdate/accounts/templates/accounts/user_profile.html index c65599e..f15af82 100644 --- a/nsupdate/accounts/templates/accounts/user_profile.html +++ b/nsupdate/accounts/templates/accounts/user_profile.html @@ -2,14 +2,32 @@ {% load bootstrap %} {% block content %} -

User Profile of {{ request.user.username }}

-
-
- {% csrf_token %} - {{ form|bootstrap }} - -
-
+
+

User Profile of {{ request.user.username }}

+
+ {% csrf_token %} + {{ form|bootstrap }} + +
+
+
+
+
+

Associate with remote Account

+ +

Deassociate from remote Account

+ +
+
+
{% endblock %}