Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
Fix internal server due to undefined value
Browse files Browse the repository at this point in the history
  • Loading branch information
mardiros committed May 30, 2017
1 parent d48e68d commit a41fde0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyshop/templates/pyshop/package/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ <h1>{{package.name}} {{release.version}}</h1>
<p>
{% trans %}Other Version:{% endtrans %}
{% set display = 0 %}
{% set idx = 0 %}
{% for r in package.sorted_releases %}
{% if r.id == release.id %}
{% set idx = loop.index0 %}
Expand Down

0 comments on commit a41fde0

Please sign in to comment.