Add progress bar for govplans

This commit is contained in:
Stefan Wehrmeyer 2022-02-28 13:43:58 +01:00
parent b0c8aa157f
commit 934ed192ed
4 changed files with 47 additions and 0 deletions

View file

@ -229,6 +229,7 @@ if CMSPlugin:
PLUGIN_TEMPLATES = [
("froide_govplan/plugins/default.html", _("Normal")),
("froide_govplan/plugins/progress.html", _("Progress")),
]
class GovernmentPlansCMSPlugin(CMSPlugin):