Current section

Files

Jump to
ejabberd priv mod_invites register_error.html
Raw

priv/mod_invites/register_error.html

{% extends "base_min.html" %}
{% block form_class %}container col-md-8 col-md-offset-2 col-sm-8 cold-sm-offset-2 col-lg-6 col-lg-offset-3 my-3 mt-md-5{% endblock %}
{% block content %}
<h2 class="card-title h5">{% trans "Registration error" %}</h2>
<p>{% if message %}{{ message }}{% else %}{% trans "Sorry, there was a problem registering your account." %}{% endif %}</p>
{% endblock%}