mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 05:50:16 +02:00
Fix state assignment. Fix character ownership transfer. Disable non-staff passwords. Fix dashboard groups panel placement. Fix corpstats viewmodel retrieval.
6 lines
193 B
HTML
6 lines
193 B
HTML
{% extends 'public/middle_box.html' %}
|
|
{% load i18n %}
|
|
{% block middle_box_content %}
|
|
<div class="alert alert-danger">{% trans 'Invalid or expired activation link.' %}</div>
|
|
{% endblock %}
|