{% extends 'blog/partials/base.html' %} {% block content %} {% comment %}

Register for an account

Register for an account to post your thoughts and get feedback from other users.


{% endcomment %} {% comment %}
{{ form.as_table }}

Captcha

{% endcomment %}

New User Registration has been currently disabled as the site is undergoing heavy changes. Please check back later. Pre-existing users can still log in.

By registering on this site, you agree to everything that's written here.

Note: Upon registering, you will be sent an email with a link to activate your account. If you don't activate your account within 72 hours, your username will be released and you will have to register again.

{% for message in messages %} {% if 'accountCreated' in message.tags %}

{{ message.message }}

{% endif %} {% endfor %} {% endblock %}