fix a few bugs with reports and report permissions
This commit is contained in:
parent
bcf52099b1
commit
06a3be2b80
2 changed files with 13 additions and 4 deletions
|
@ -12,9 +12,9 @@
|
|||
{% endif %}
|
||||
–
|
||||
{% if report.author %}
|
||||
{% trans 'anonymous submission' %}
|
||||
{% trans 'by' %} {{ report.author.username }}
|
||||
{% else %}
|
||||
{% trans 'by' %} {{ request.author.username }}
|
||||
{% trans 'anonymous submission' %}
|
||||
{% endif %}
|
||||
–
|
||||
{{ report.created }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue