Fix user and poster not showing in vouchers
This commit is contained in:
@@ -174,8 +174,8 @@
|
||||
<span class="flex">
|
||||
Created on <strong>{{ form.creationDate().value() | localTime }}</strong
|
||||
> and Last Edited on <strong>{{ form.lastEditDate().value() | localTime }}</strong
|
||||
> by <strong>{{ form.userName() }}</strong
|
||||
>. {{ form.posted() ? 'Posted by ' + form.poster() : '' }}
|
||||
> by <strong>{{ form.userName().value().name }}</strong
|
||||
>. {{ form.posted().value() ? 'Posted by ' + form.poster().value() : '' }}
|
||||
</span>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user