Files @ d3a8b39a7b01
Branch filter:

Location: symposion_app/cms_pages/apps.py

Christopher Neugebauer
Adds 2em to the bottom of the illustration div in compact panels (#26)
1
2
3
4
5
6
7
from __future__ import unicode_literals

from django.apps import AppConfig


class CmsPagesConfig(AppConfig):
    name = 'cms_pages'