]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/people/ssh-keys/error.html
templates: Fix wrong path
[ipfire.org.git] / src / templates / people / ssh-keys / error.html
1 {% extends "../base.html" %}
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 %}