allow progress bar to be larger

This commit is contained in:
krmax44 2022-03-17 18:27:40 +01:00
parent 6d73b99636
commit 99056282bc
No known key found for this signature in database
GPG key ID: 5C499A4F4EC4EE03
3 changed files with 21 additions and 2 deletions

View file

@ -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):