]> git.ipfire.org Git - people/jschlag/pbs.git/blob - src/templates/register-activation-fail.html
Drop dependency on textile
[people/jschlag/pbs.git] / src / templates / register-activation-fail.html
1 {% extends "base.html" %}
2
3 {% block title %}{{ _("Account activation failed") }}{% end block %}
4
5 {% block body %}
6 <ul class="breadcrumb">
7 <li>
8 <a href="/">{{ _("Home") }}</a>
9 <span class="divider">/</span>
10 </li>
11 <li class="active">
12 {{ _("Account activation") }}
13 </li>
14 </ul>
15
16 <div class="page-header">
17 <h1>{{ _("Activation failed") }}</h1>
18 </div>
19
20 <div class="row">
21 <div class="span6 offset3">
22 <p>
23 {{ _("We are sorry.") }}
24 {{ _("The activation of your account has failed.") }}
25 {{ _("Possibly the registration code is wrong or your registration timed out.") }}
26 </p>
27 </div>
28 </div>
29 {% end %}