Show blog username/email in listing
authorMagnus Hagander <[email protected]>
Tue, 17 Aug 2021 08:14:00 +0000 (10:14 +0200)
committerMagnus Hagander <[email protected]>
Tue, 17 Aug 2021 08:22:27 +0000 (10:22 +0200)
commitfef16dd1d8bf56dafe48b695117fc951a5989677
tree5f24665f4af79148bac16f430a75a5922384b8e4
parentb671505e5677a320e5ec69d14fd748b73d06527f
Show blog username/email in listing

For the regular user view, just show which account and email is used for
info.

For the administration view, show the username and email for each
individual blog, to help with tracking down misbehaving blogs.

And finally, in the moderation view, also include the email (it already
had the account name) to make it easier to contact an author.
hamnadmin/hamnadmin/register/templates/index.html
hamnadmin/hamnadmin/register/templates/moderate.html
hamnadmin/hamnadmin/register/views.py