Contact bar

This commit is contained in:
Oleg Lavrovsky 2018-05-25 20:22:24 +02:00
parent 016f82a146
commit bc4291e0b3
2 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@ class ArticlePage(Page):
MultiFieldPanel([
FieldPanel('title_en'),
FieldPanel('intro_en'),
], heading="Français"),
], heading="English"),
StreamFieldPanel('body_en'),
MultiFieldPanel([
ImageChooserPanel('feed_image'),

View file

@ -1,4 +1,4 @@
#news, #footer { display: none; }
#news, #footer, .contact-nav .link { display: none; }
.navbar-brand span, .navbar-brand img { display:none; }
a.navbar-brand {