Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gvn committed Aug 23, 2018
1 parent 41eb2f7 commit 3ac8070
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion network-api/networkapi/wagtailpages/templatetags/card_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@ def card(image, title, description, link_url, link_label, commitment=None):


@register.inclusion_tag('wagtailpages/tags/card-cta.html')
def cardCTA(image, title, description, link_url, link_label, commitment=None, facebook=None, twitter=None, email_subject=None, email_body=None):
def cardCTA(
image,
title,
description,
link_url,
link_label,
commitment=None,
facebook=None,
twitter=None,
email_subject=None,
email_body=None
):
return {
'image': image,
'title': title,
Expand Down

0 comments on commit 3ac8070

Please sign in to comment.