Allow users to change their display name

Fixes #269
This commit is contained in:
rubenwardy
2021-02-25 23:25:33 +00:00
parent 96b5b4ea5b
commit dea5a52c86
11 changed files with 53 additions and 22 deletions

View File

@@ -8,7 +8,7 @@
<form method="POST" action="" class="card box_grey">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<h3 class="card-header">Delete reply by {{ reply.author.display_name }}</h3>
<h3 class="card-header">Delete reply by {{ reply.author.username }}</h3>
<div class="card-body markdown">
{{ reply.comment | markdown }}
</div>