allow progress bar to be larger
This commit is contained in:
parent
6d73b99636
commit
99056282bc
3 changed files with 21 additions and 2 deletions
|
|
@ -459,6 +459,7 @@ if CMSPlugin:
|
|||
choices=PLUGIN_TEMPLATES,
|
||||
help_text=_("template used to display the plugin"),
|
||||
)
|
||||
extra_classes = models.CharField(max_length=255, blank=True)
|
||||
|
||||
@property
|
||||
def render_template(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue