##// END OF EJS Templates
docs: fixed docstring
marcink -
r500:672398c9 default
parent child Browse files
Show More
@@ -339,7 +339,7 b' class EmailNotificationModel(BaseModel):'
339 339 def render_email(self, type_, **kwargs):
340 340 """
341 341 renders template for email, and returns a tuple of
342 (subject, email_headers, email_body)
342 (subject, email_headers, email_html_body, email_plaintext_body)
343 343 """
344 344 # translator and helpers inject
345 345 _kwargs = self._update_kwargs_for_render(kwargs)
General Comments 0
You need to be logged in to leave comments. Login now