File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
inyoka_theme_ubuntuusers/templates/forum Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 6363 id ="{{ topic.slug }} "> {% trans %}Mark as solved{% endtrans %}</ a >
6464 {% endif %} |
6565 {% endif %}
66- < a href ="{{ topic|url('report ') }} "
66+ < a href ="{{ topic|url('ticket ') }} "
6767 class ="action action_report "> {% trans %}Report{% endtrans %}</ a >
6868 {% endif %}
6969 </ span >
@@ -267,6 +267,10 @@ <h2>{{ topic.title|e }}</h2>
267267 </ span >
268268 {% endif %}
269269 {%- endif %}
270+ {%- if not USER.is_authenticated() or can_reply and not topic.locked %}
271+ < a href ="{{ post|url('ticket') }} "
272+ class ="action action_report "> {% trans %}Report{% endtrans %}</ a > |
273+ {%- endif %}
270274 {%- if can_edit(post) %}
271275 < a href ="{{ post|url('edit') }} "
272276 class ="action action_edit "> {% trans %}Edit{% endtrans %}</ a > |
You can’t perform that action at this time.
0 commit comments