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

Loading…
Cancel
Save