<a rel="nofollow" href="{% url associate_begin "google-oauth2" %}">Google OAuth2</a>
{% if google_oauth2 %}<span class="disconnect">(<a href="{% url disconnect "google-oauth2" %}">disconnect</a>)</span>{% endif %}
</li>
+ <li>
+ <a rel="nofollow" href="{% url associate_begin "foursquare" %}">Foursquare</a>
+ {% if foursquare %}<span class="disconnect">(<a href="{% url disconnect "foursquare" %}">disconnect</a>)</span>{% endif %}
+ </li>
</ul>
<h3>Associate new OpenID credentials:</h3>
<h3>Login using <a href="http://tools.ietf.org/html/draft-ietf-oauth-v2-10" title="OAuth2">OAuth2</a> from:</h3>
<ul>
<li><a rel="nofollow" href="{% url begin "google-oauth2" %}">Google OAuth2</a></li>
+ <li><a rel="nofollow" href="{% url begin "foursquare" %}">Foursquare</a></li>
</ul>
</div>