Convert /update_lang/ page to use Bootstrap

LEARNER-1922
This commit is contained in:
Andy Armstrong
2017-07-27 07:29:54 -04:00
parent 2b4fe140e1
commit 82f7d6ee64
8 changed files with 108 additions and 196 deletions

View File

@@ -1,15 +0,0 @@
## Override the default styles_version to the Pattern Library version (version 2)
<%! main_css = "style-main-v2" %>
<%page expression_filter="h"/>
<%!
from django.utils.translation import ugettext as _
%>
<%inherit file="../base.html" />
<%block name="title">${_("Preview Language Setting")}</%block>
<%block name="bodyclass">is-signedin pattern-library</%block>
<%block name="content">
<%include file="/dark_lang/preview_lang_include.html" />
</%block>