Fix crash on mentioning user

This commit is contained in:
rubenwardy
2022-04-23 21:31:59 +01:00
parent 8fcbdd0666
commit 0689565ded
3 changed files with 11 additions and 3 deletions

View File

@@ -162,6 +162,11 @@
<input class="btn btn-primary" type="submit" value="Comment" />
</form>
{% endif %}
{% if thread.private %}
<p class="text-muted card-body my-0 pt-0">
{{ _("You can add someone to a private thread by writing @username.") }}
</p>
{% endif %}
</div>
</div>
</div>