{% extends 'base.html' %} {% load socialaccount %} {% block title %} Credentials {% endblock %} {% block content_header %}

Credentials

Credentials are used to authorize Social Feed Manager to collect data from Twitter, Tumblr, Weibo and Flickr.

Authorize Social Feed Manager by connecting your account or adding credentials manually.

{% endblock %} {% block content %}
{% for social_type,social_list,can_connect in credentials_lists %}
{% include "ui/credential_list_snippet.html" with social_type=social_type credential_list=social_list can_connect=can_connect %}
{% endfor %}
{% endblock %}