mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'master' into live
This commit is contained in:
commit
8141f3ddc0
2 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@ from typing import Any
|
|||
# Publicly visible version of aurweb. This is used to display
|
||||
# aurweb versioning in the footer and must be maintained.
|
||||
# Todo: Make this dynamic/automated.
|
||||
AURWEB_VERSION = "v6.0.4"
|
||||
AURWEB_VERSION = "v6.0.5"
|
||||
|
||||
_parser = None
|
||||
|
||||
|
|
|
@ -62,12 +62,14 @@
|
|||
</td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
{% if user.RegistrationTS %}
|
||||
<tr>
|
||||
<th>{% trans %}Registration date{% endtrans %}:</th>
|
||||
<td>
|
||||
{{ user.RegistrationTS.strftime("%Y-%m-%d") }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if login_ts %}
|
||||
<tr>
|
||||
<th>{% trans %}Last Login{% endtrans %}:</th>
|
||||
|
|
Loading…
Add table
Reference in a new issue