feat: Add basic user handling
This commit is contained in:
8
src/templates/django_registration/activate.html
Normal file
8
src/templates/django_registration/activate.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "fellchensammlung/base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<p>{% translate "Account activation failed" %}</p>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user