Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhowbrook committed Dec 11, 2023
1 parent 7536aae commit b9c1cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ class Migration(migrations.Migration):
},
bases=("mozfest.mozfestprimarypage",),
),
]
]
2 changes: 1 addition & 1 deletion network-api/networkapi/mozfest/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,4 @@ class MozfestLandingPage(MozfestPrimaryPage):
]

def get_template(self, request):
return "mozfest/mozfest_landing_page.html"
return "mozfest/mozfest_landing_page.html"

0 comments on commit b9c1cd8

Please sign in to comment.