Skip to content

Commit

Permalink
Update flag name for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Nov 13, 2024
1 parent 70715fb commit b9d30d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/accounts/admin_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class CarbonTxtCheckView(WaffleFlagMixin, LoginRequiredMixin, FormView):
template_name = "carbon_txt_preview.html"
form_class = CarbonTxtForm
success_url = "/admin/carbon-txt-preview"
waffle_flag = "carbon-txt-preview"
waffle_flag = "carbon_txt_preview"

def form_valid(self, form):
"""Show the valid"""
Expand Down

0 comments on commit b9d30d2

Please sign in to comment.