{% trans "Sign Up" %}
{% blocktrans %}Already have an account? Then please sign in.{% endblocktrans %}
From the login page, you can also use your Github or Google account to login without creating a new profile here.
{% extends "account/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block head_title %}{% trans "Signup" %}{% endblock %} {% block content %}
{% blocktrans %}Already have an account? Then please sign in.{% endblocktrans %}
From the login page, you can also use your Github or Google account to login without creating a new profile here.