Blog update
This commit is contained in:
parent
039399b95b
commit
ca033be061
11 changed files with 164 additions and 145 deletions
|
|
@ -1,5 +1,6 @@
|
|||
from cms.plugin_base import CMSPluginBase
|
||||
from cms.plugin_pool import plugin_pool
|
||||
from cms.wizards import wizard_base
|
||||
from .models import DGGalleryPlugin, DGSupportersPlugin, Supporter
|
||||
from django.utils.translation import ugettext as _
|
||||
|
||||
|
|
@ -29,5 +30,7 @@ class CMSSupportersPlugin(CMSPluginBase):
|
|||
})
|
||||
return context
|
||||
|
||||
|
||||
|
||||
plugin_pool.register_plugin(CMSGalleryPlugin)
|
||||
plugin_pool.register_plugin(CMSSupportersPlugin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue