Skip to content

Commit

Permalink
Fixes issue #4767
Browse files Browse the repository at this point in the history
typo on ``model = PollPlugin``
  • Loading branch information
FinalAngel committed Nov 30, 2015
1 parent b2ec979 commit d244543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/plugins.rst
Expand Up @@ -197,7 +197,7 @@ For our poll plugin, we're going to write the following plugin class:
class PollPluginPublisher(CMSPluginBase):
model = PollPlugin # model where plugin data are saved
model = PollPluginModel # model where plugin data are saved
module = _("Polls")
name = _("Poll Plugin") # name of the plugin in the interface
render_template = "djangocms_polls/poll_plugin.html"
Expand Down

0 comments on commit d244543

Please sign in to comment.