Fix the repo URL syntax on the Django template as well, since it's probably gonna be sticking around for a while

This commit is contained in:
Danielle McLean 2018-06-12 12:32:55 +10:00
parent 8f416cb5d7
commit 9c843ee145
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
</nav>
{% endif %}
<p>powered by <a rel="code-repository" href="{{ package.repository }}/tree/v{{ package.version }}">{{ package.name }} {{ package.version }}</a></p>
<p>powered by <a rel="code-repository" href="{{ package.repository }}/src/tag/v{{ package.version }}">{{ package.name }} {{ package.version }}</a></p>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" crossorigin="anonymous"