-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
8cb51c6
commit 8c428e4
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ | |
{% endblock title %} | ||
|
||
{% block maincontent %} | ||
<div class="container"> | ||
<div class="row"> | ||
{% if user.username %} | ||
<h1>{% trans 'Welcome to Akvo RSR!' %}</h1> | ||
<h2><small>{% trans 'Your account has been activated, please visit the MyRSR page.' %}</small></h2> | ||
|
@@ -19,4 +21,6 @@ <h1>{% trans "We're sorry, the account activation failed" %}</h1> | |
<h2><small>{% blocktrans with expiration_days as exp_days %}Either your activation link was incorrect, or the activation key for your account has expired. Activation keys are only valid for {{ exp_days }} days after registration.{% endblocktrans %}</small></h2> | ||
<h2><small>{% trans "Please <a href='mailto:[email protected]'>contact us</a> if you have any questions." %}</small></h2> | ||
{% endif %} | ||
</div> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters