{% extends "base.html" %} {% block title %} Verify forum account {% endblock %} {% block content %}
Create an account by linking it to your forum account and optionally your github account.
{% if current_user.is_authenticated %}Please log out to continue.
{% else %}Don't have a forum account? Unfortunately, you need a forum account to register. This is because you also need to create forum topics for any packages you may upload.
Create a Forum Account {% endif %}