diff options
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/package_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/package_details.html b/app/templates/package_details.html index ec54f5f..58facbc 100644 --- a/app/templates/package_details.html +++ b/app/templates/package_details.html @@ -29,7 +29,7 @@ <ul class="buttonset linedbuttonset"> {% if package.repo %}<li><a href="{{ package.repo }}">View Source</a></li>{% endif %} - {% if package.forums %}<li><a href="{{ package.forums }}">Forums</a></li>{% endif %} + {% if package.forums %}<li><a href="https://forum.minetest.net/viewtopic.php?t={{ package.forums }}">Forums</a></li>{% endif %} {% if package.issueTracker %}<li><a href="{{ package.issueTracker }}">Issue Tracker</a></li>{% endif %} {% if package.website %}<li><a href="{{ package.website }}">Website</a></li>{% endif %} {% if package.checkPerm(current_user, "EDIT_PACKAGE") %} |
