]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/people/ssh-keys/error.html
people: Check if UID is valid and available on registration
[ipfire.org.git] / src / templates / people / ssh-keys / error.html
CommitLineData
23d4663f 1{% extends "../base.html" %}
0d1fb712
MT
2
3{% block title %}{{ account }} - {{ _("Error Adding SSH Key") }}{% end block %}
4
5{% block main %}
6 <h1 class="mb-0">{{ _("Error") }}</h1>
7 <h6>{{ _("Your SSH Key could not be added") }}</h6>
8
9 <div class="card card-body bg-danger text-white">
10 {% block reason %}{% end block %}
11
12 <p class="card-text">
13 {{ _("Please go back and try again") }}
14 </p>
15 </div>
16{% end block %}