diff options
| author | 2021-09-18 12:52:17 +0200 | |
|---|---|---|
| committer | 2021-09-18 12:52:17 +0200 | |
| commit | dfc89831d4e363f62dea9df71c6b4af21cc7d7c7 (patch) | |
| tree | 8625284d5de6d6f9868307af361af4aff103c55f /app/views/user/profile.phtml | |
| parent | 4300130658e64aef69488086237f36bfddc33d4c (diff) | |
Headline structure improvement (Part 2) (#3851)
* Update about.phtml
* Update queries.phtml
* Update query.phtml
* Update configure.phtml
* Update profile.phtml
* Update simple.phtml
* update app\views\helpers\category\update.phtml
Diffstat (limited to 'app/views/user/profile.phtml')
| -rw-r--r-- | app/views/user/profile.phtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/user/profile.phtml b/app/views/user/profile.phtml index bc8fc2d0e..7a4beb679 100644 --- a/app/views/user/profile.phtml +++ b/app/views/user/profile.phtml @@ -99,10 +99,11 @@ <?php } ?> <?php if (!FreshRSS_Auth::hasAccess('admin')) { ?> + <h2><?= _t('conf.profile.delete') ?></h2> + <form id="crypto-form" method="post" action="<?= _url('user', 'delete') ?>"> <input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" /> - <legend><?= _t('conf.profile.delete') ?></legend> - + <p class="alert alert-warn"><span class="alert-head"><?= _t('gen.short.attention') ?></span> <?= _t('conf.profile.delete.warn') ?></p> <div class="form-group"> |
