Fix major bug: Change hard coded registration form redirect to based on User and do int conversions for ids.
{% extends "base.html" %}{% block title %}404 Page Not Found{% endblock %}{% block content %}<h1>404 Page Not Found</h1><p>Are you sure you have the correct URL?</p>{% endblock content %}