Skip to content

Commit d9e18cf

Browse files
committed
Fix endpoint in missing copyright template
1 parent 3939dc6 commit d9e18cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debsources/app/copyright/templates/copyright/missing_copyright.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ <h2>{{ self.title() }}</h2>
1717
</ul>
1818
<a href="{{ url_for('sources.source', path_to=(package +'/'+version+'/debian/copyright'))}}">View raw copyright file</a>
1919
</p>
20-
<a href="{{ url_for('.license', path_to=(package +'/'+version))}}">Go back to the license page</a>
20+
<a href="{{ url_for('.license', packagename=package, version=version))}}">Go back to the license page</a>
2121

2222
{% endblock %}

0 commit comments

Comments
 (0)