17 lines
379 B
HTML
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 %}
|