From cdacd6350898735ef4336215ecc752a97ab575d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Fri, 24 May 2013 17:51:29 +0200 Subject: [PATCH] Download buttons   + {{ jarfile.description|capitalize }}  {% endfor %} {% endif %}

Changelog

diff --git a/minecraftcodex/database/templates/versions.html b/minecraftcodex/database/templates/versions.html index badcfa8..babd3ce 100644 --- a/minecraftcodex/database/templates/versions.html +++ b/minecraftcodex/database/templates/versions.html @@ -32,7 +32,7 @@ {% if item.jarfiles %} {% for jarfile in item.jarfiles %} -   + {{ jarfile.description|capitalize }}  {% endfor %} {% endif %}