diff options
Diffstat (limited to 'app/templates/packages.html')
| -rw-r--r-- | app/templates/packages.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/packages.html b/app/templates/packages.html index 269ac06..6ac01d8 100644 --- a/app/templates/packages.html +++ b/app/templates/packages.html @@ -7,7 +7,7 @@ {% block content %} <ul> {% for p in packages %} - <li><a href="{{ url_for('package_page', type=p.type.getTitle()|lower, author=p.author.username, name=p.name) }}"> + <li><a href="{{ p.getDetailsURL() }}"> {{ p.title }} by {{ p.author.display_name }} </a></li> {% else %} |
