<p>{% trans "You currently have no social network accounts connected to this account." %}</p>
 {% endif %}
 
+{% if USE_OPENID %}
 <h2>{% trans 'Add a 3rd Party Account' %}</h2>
 
 <ul class="socialaccount_providers">
 </ul>
 
 {% include "socialaccount/snippets/login_extra.html" %}
+{% endif %}
 </div>
 {% endblock %}