mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add details link from account edit form
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
573e0c662b
commit
4a355c71cb
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php if ($A == "UpdateAccount"): ?>
|
||||
<p>
|
||||
<?= __('Click %shere%s if you want to permanently delete this account.', '<a href="' . get_user_uri($N) . 'delete/' . '">', '</a>') ?>
|
||||
<?= __('Click %shere%s for user details.', '<a href="' . get_user_uri($N) . '">', '</a>') ?>
|
||||
</p>
|
||||
|
||||
<form id="edit-profile-form" action="<?= get_user_uri($N) . 'update/'; ?>" method="post">
|
||||
|
|
Loading…
Add table
Reference in a new issue