Skip to content

Commit

Permalink
Fix bad template tag call
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Jan 27, 2021
1 parent 5b76b30 commit a0d5186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<p>{% blocktrans %}You made the original request.{% endblocktrans %}</p>
{% endif %}
{% if object.user != user and object.same_as.user != user %}
{% check_same_request object user "same_request" %}
{% check_same_request object user %}
{% if same_request %}
<a href="{{ same_request.get_absolute_url }}">{% blocktrans %}You made an identical request.{% endblocktrans %}</a>
{% else %}
Expand Down

0 comments on commit a0d5186

Please sign in to comment.