Skip to content

Commit 9b31783

Browse files
Mudiwa MatandaMudiwa Matanda
authored andcommitted
fixed spelling
1 parent f9cdfee commit 9b31783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_template_names(self):
6464

6565
def get_context_data(self, **kwargs):
6666
context = super().get_context_data(**kwargs)
67-
context["model_opts"].verbose_name_plural = "CMS Form"
67+
context["model_opts"].verbose_name_plural = "CMS Forms"
6868
return context
6969

7070

0 commit comments

Comments
 (0)