diff options
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/account_edit_form.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php index 415c086..f988714 100644 --- a/web/template/account_edit_form.php +++ b/web/template/account_edit_form.php @@ -114,7 +114,6 @@ </p> </fieldset> - <?php if ($A == "UpdateAccount"): ?> <fieldset> <legend><?= __("The following information is only required if you want to submit packages to the Arch User Repository.") ?></legend> <p> @@ -122,7 +121,6 @@ <textarea name="PK" id="id_ssh" rows="5" cols="30"><?= htmlspecialchars($PK) ?></textarea> </p> </fieldset> - <?php endif; ?> <fieldset> <p> |