Merge "Revert "Comment out material theme for gate to proceed""

This commit is contained in:
Jenkins 2016-11-19 08:10:15 +00:00 committed by Gerrit Code Review
commit 45f39aa454
1 changed files with 4 additions and 4 deletions

View File

@ -290,10 +290,10 @@ AVAILABLE_THEMES = [
'default',
pgettext_lazy('Default style theme', 'Default'),
'themes/default'
# ), (
# 'material',
# pgettext_lazy("Google's Material Design style theme", "Material"),
# 'themes/material'
), (
'material',
pgettext_lazy("Google's Material Design style theme", "Material"),
'themes/material'
),
]