{% extends 'base.html' %} {% block title %} Sign Up {% endblock %} {% block content %}

Sign Up

Already have an account? Log in

{% csrf_token %} {{ form.non_field_errors }}
{{ form.username.errors }}
{{ form.email.errors }}
{{ form.password1.errors }}
{{ form.password2.errors }}
{% if redirect_field_value %} {% endif %}

Social Feed Manager empowers researchers and archivists to create collections of social media data from Twitter, Tumblr, Flickr, and Sina Weibo. Learn more about Social Feed Manager.

{% endblock %}