{% extends "landing/landing-base.html" %} {% load static %} {% block title %} Emailgurus - Create a new account {% endblock %} {% block content %} Log In Don't have an account yet? Create one for free. {% csrf_token %} {{ form.username }} Email {{ form.username.errors }} {{ form.password }} Password {{ form.password.errors }} Forgot password? Reset it Login {% endblock %}
Don't have an account yet? Create one for free.