# HG changeset patch # User Brian Neal # Date 1481682024 21600 # Node ID 0e0cd152b86d0edb400b93985e2fc671b12622e5 # Parent 23dd077358ecbdf64f30ab21af232b988c85400f WIP convert downloads to V3 design. diff -r 23dd077358ec -r 0e0cd152b86d downloads/views.py --- a/downloads/views.py Thu Dec 01 21:05:12 2016 -0600 +++ b/downloads/views.py Tue Dec 13 20:20:24 2016 -0600 @@ -39,6 +39,8 @@ return render(request, 'downloads/index.html', { 'categories': categories, 'total_dls': total_dls, + 'top_menu': 'categories', + 'V3_DESIGN': True, }) ####################################################################### diff -r 23dd077358ec -r 0e0cd152b86d sg101/templates/downloads/index.html --- a/sg101/templates/downloads/index.html Thu Dec 01 21:05:12 2016 -0600 +++ b/sg101/templates/downloads/index.html Tue Dec 13 20:20:24 2016 -0600 @@ -1,10 +1,7 @@ -{% extends 'base.html' %} +{% extends 'v3/base.html' %} {% load static from staticfiles %} {% load downloads_tags %} {% block title %}Downloads{% endblock %} -{% block custom_css %} - -{% endblock %} {% block content %}

Downloads

{% include 'downloads/navigation.html' %} diff -r 23dd077358ec -r 0e0cd152b86d sg101/templates/downloads/navigation.html --- a/sg101/templates/downloads/navigation.html Thu Dec 01 21:05:12 2016 -0600 +++ b/sg101/templates/downloads/navigation.html Tue Dec 13 20:20:24 2016 -0600 @@ -1,12 +1,18 @@ {% load static from staticfiles %} -