Skip to content

Commit

Permalink
Fix endpoint in missing copyright template
Browse files Browse the repository at this point in the history
  • Loading branch information
oorestisime committed Jan 18, 2016
1 parent 3939dc6 commit d9e18cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ <h2>{{ self.title() }}</h2>
</ul>
<a href="{{ url_for('sources.source', path_to=(package +'/'+version+'/debian/copyright'))}}">View raw copyright file</a>
</p>
<a href="{{ url_for('.license', path_to=(package +'/'+version))}}">Go back to the license page</a>
<a href="{{ url_for('.license', packagename=package, version=version))}}">Go back to the license page</a>

{% endblock %}

0 comments on commit d9e18cf

Please sign in to comment.