{% extends "base.html" %} {% block title %} {{ _("Create Account") }} {% endblock %} {% block content %}
{{ _("ContentDB will link your account to your forum account if you have one, but you don't need one.") }}
{{ _("Yes, I have a forums account") }} {{ _("No, I don't have one") }} {{ _("Create forum account") }}
{% endblock %}