header btn target accepts id, navbar optional lang dropdown
This commit is contained in:
parent
b3742ed3f7
commit
b252211a69
6 changed files with 60 additions and 11 deletions
|
|
@ -0,0 +1,20 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.4 on 2018-03-19 20:46
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('datacenterlight', '0013_dclnavbarpluginmodel'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='dclnavbarpluginmodel',
|
||||
name='language_dropdown',
|
||||
field=models.BooleanField(default=True, help_text='Select to include the language selection dropdown.'),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue