Private
Public Access
1
0
Files
rowsandall/rowers/templates/invalid_activation.html
Sander Roosendaal 06945b68c3 nicer sign-up pages
2021-12-27 09:13:02 +01:00

17 lines
379 B
HTML

{% extends "newbase.html" %}
{% load static %}
{% load rowerfilters %}
{% block title %}Change Rower {% endblock %}
{% block main %}
<h1>Error</h1>
<p>Your activation link is invalid. Please use a valid activation link that you received by email or try to register again as a new user.</p>
{% endblock %}
{% block sidebar %}
{% include 'menu_profile.html' %}
{% endblock %}