Browse Source

fix username

main
ghost 4 months ago
parent
commit
d799fa8f6f
  1. 2
      templates/default/room/index.html.twig

2
templates/default/room/index.html.twig

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<div>
<a name="{{ post.id }}"></a>
<strong>
{{ 'anon' | trans }}
{{ post.user }}
</strong>
&bull;
{% if post.pending %}

Loading…
Cancel
Save