diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-02 20:07:21 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-02 20:07:21 -0300 |
commit | 60ccba12db153c59fcac9e7c7b13474dee5f6071 (patch) | |
tree | 1dced673e1b1c46d4aeee509c45c2fdd46358e63 /templates | |
parent | 043a2577d7249a19779eb573ec0653c551649937 (diff) |
fixed missing block
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/download.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index dafe7275..181acfa8 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -135,5 +135,7 @@ <p><a href='http://repo.parabolagnulinux.org/isos/' title='Parabola ISOs directory'>Go to the Parabola ISOs directory.</a></p> + {%endwith%} + </div> {% endblock %} |