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

Commit

Permalink
url should be #md5={{md5}} not #{{md5}}
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Aug 7, 2017
1 parent e661b18 commit f497cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyshop/templates/pyshop/simple/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{%- endif -%}
{%- else -%}
<a href="{{ route_url('show_release_file', file_id=f.id, filename=f.filename)
}}#{{ f.md5_digest }}">{{f.filename}}</a><br/>
}}#md5={{ f.md5_digest }}">{{f.filename}}</a><br/>
{% endif -%}
{% endfor -%}
{% if not r.files %}
Expand All @@ -24,4 +24,4 @@
{% endif %}
{% endif %}
{% endfor %}
</body></html>{% else %}Not found, ({{package_name}} does not have any release){% endif %}
</body></html>{% else %}Not found, ({{package_name}} does not have any release){% endif %}

0 comments on commit f497cab

Please sign in to comment.