From d4f45fac07d1deb37451b70193f6b0f72f2dbca1 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Sat, 25 May 2013 11:27:07 +0200 Subject: [PATCH] Fixed all links that sentry marked as errors: + Some versions don't getting reverse URLs + Pages wasn't linking property + Using reverse for all URLs + Version details can show info from more than one release --- minecraftcodex/database/templates/home.html | 2 +- minecraftcodex/database/templates/layout.html | 9 +++--- .../database/templates/version.html | 28 +++++++++++-------- .../database/templates/versions.html | 2 +- minecraftcodex/database/views.py | 12 ++++++-- minecraftcodex/herobrine/urls.py | 21 ++++++++++---- 6 files changed, 48 insertions(+), 26 deletions(-) diff --git a/minecraftcodex/database/templates/home.html b/minecraftcodex/database/templates/home.html index ffcb355..58c8e3c 100644 --- a/minecraftcodex/database/templates/home.html +++ b/minecraftcodex/database/templates/home.html @@ -8,7 +8,7 @@ It's public in this state so the people can see its progress over time, and send feedback/suggestions to the staff.

-

For more details about the project, go to the about section.

+

For more details about the project, go to the about section.

Happy minning!

{% endblock %} diff --git a/minecraftcodex/database/templates/layout.html b/minecraftcodex/database/templates/layout.html index 2cf91a7..32f4486 100644 --- a/minecraftcodex/database/templates/layout.html +++ b/minecraftcodex/database/templates/layout.html @@ -13,7 +13,8 @@