Skip to content

Commit

Permalink
fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudiwa Matanda authored and Mudiwa Matanda committed Jan 27, 2025
1 parent f9cdfee commit 9b31783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_template_names(self):

def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
context["model_opts"].verbose_name_plural = "CMS Form"
context["model_opts"].verbose_name_plural = "CMS Forms"
return context


Expand Down

0 comments on commit 9b31783

Please sign in to comment.