{% extends 'dispatch/base.html' %}
{% block title %}Register{% endblock %}
{% block content %}
<div class="row">
<div class="col s12">
<p>Sorry, we do not have an activation key that matches what you've
provided. Please submit a new registration request.</p> </div>
</div>
{% endblock %}