forked from digitales/kompass
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
430 B
HTML
18 lines
430 B
HTML
{% extends "members/base.html" %}
|
|
{% load i18n %}
|
|
{% load static %}
|
|
|
|
{% block title %}
|
|
{% trans "Registration failed" %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<h1>{% trans "Registration" %}</h1>
|
|
|
|
<p><b>{% trans "Something went wrong while processing your registration." %}</b></p>
|
|
|
|
<p>{% trans "If you think this is a mistake, please" %} <a href="mailto:jugendreferent@jdav-hd.de">{% trans "contact us." %}</a></p>
|
|
|
|
{% endblock %}
|