]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/auth/register-spam.html
accounts: Add Bugzilla API to delete accounts in Bugzilla
[ipfire.org.git] / src / templates / auth / register-spam.html
CommitLineData
23f84bbc
MT
1{% extends "../base.html" %}
2
3{% block title %}{{ _("Oops!") }}{% end block %}
4
5{% block content %}
6 <div class="row justify-content-center my-5">
7 <div class="col-12 col-md-6">
8 <div class="card bg-warning text-white p-md-5">
9 <div class="card-body text-center">
10 <span class="fas fa-exclamation fa-5x my-4"></span>
11
12 <p class="lead">
13 {{ _("Unfortunately we could not create your account because you have shown up on our spam radar.") }}
14 {{ _("Please get in touch if you think that this is an error.") }}
15 </p>
16 </div>
17 </div>
18 </div>
19 </div>
20{% end block %}