Moved debian page into downloads, hard-coded it into downloads_select()

This commit is contained in:
str4d
2012-11-10 05:53:24 +00:00
parent 37fcb6c206
commit d9bec35b61
5 changed files with 19 additions and 15 deletions

View File

@@ -7,6 +7,7 @@
{%- if request.endpoint == 'site_show' -%}{{ url_for('site_show', lang=lang, page=page) }}
{%- elif request.endpoint == 'blog_entry' -%}{{ url_for('blog_entry', lang=lang, slug=slug) }}
{%- elif request.endpoint == 'meetings_show' -%}{{ url_for('meetings_show', lang=lang, id=id) }}
{%- elif request.endpoint == 'downloads_select' -%}{{ url_for('downloads_select', lang=lang, file=file) }}
{%- elif request.endpoint -%}{{ url_for(request.endpoint, lang=lang) }}
{%- else -%}{{ url_for('site_show', lang=lang) }}
{%- endif -%}