Skip to content

Commit

Permalink
Include style with predefined templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed May 6, 2021
1 parent fbaac88 commit cac3553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/templates.py
Expand Up @@ -130,6 +130,7 @@ async def generate_url(
url = template.build_custom_url(
request,
payload.get("text_lines") or [],
style=payload.get("style", ""),
extension=payload.get("extension"),
)
if not template.valid:
Expand Down

0 comments on commit cac3553

Please sign in to comment.