We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cdfee commit 9b31783Copy full SHA for 9b31783
home/views.py
@@ -64,7 +64,7 @@ def get_template_names(self):
64
65
def get_context_data(self, **kwargs):
66
context = super().get_context_data(**kwargs)
67
- context["model_opts"].verbose_name_plural = "CMS Form"
+ context["model_opts"].verbose_name_plural = "CMS Forms"
68
return context
69
70
0 commit comments