Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshyu committed Mar 8, 2024
1 parent 36dfb06 commit 8c90e0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class SekizaiPlugin(CMSPluginBase):
name = 'WITH SEki'
module = 'Test'
render_plugin = True
render_template = "plugins/sekizai.html"s
render_template = "plugins/sekizai.html"

def render(self, context, instance, placeholder):
context['now'] = datetime.now().microsecond
Expand Down

0 comments on commit 8c90e0a

Please sign in to comment.