Skip to content

Commit

Permalink
fix: typo in template
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jun 9, 2023
1 parent 7ea92f5 commit 85dac48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>{{ reference }}</h1>
<ul>
{% for ref in similar_references %}
<li>
{% with similar_references.referenced_object as obj %}
{% with ref.referenced_object as obj %}
{% if obj.get_absolute_url %}<a href="{{ obj.get_absolute_url }}">{{ obj }}</a>{% else %}{{ obj }}{% endif %}
(<a href="{{ ref.get_absolute_url }}">{{ ref.id }}</a>)
<a href="{% url "apis_bibsonomy:referencedelete" ref.id %}?redirect={% url "apis_bibsonomy:referencedetail" reference.id %}">Delete</a>
Expand Down

0 comments on commit 85dac48

Please sign in to comment.