8000 docs: Improve explanation on how to use templates with django CMS by fsbraun · Pull Request #7929 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

docs: Improve explanation on how to use templates with django CMS #7929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 29, 2024
Prev Previous commit
Update 04-templates.rst: Add missing space
  • Loading branch information
fsbraun authored May 28, 2024
commit e7d7180c2009e52f1f964c249fd35a37c6d059dc
2 changes: 1 addition & 1 deletion docs/how_to/04-templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in a folder named after the application providing it.
that just consists of the ``{% extends "your_base_template.html" %}`` tag.

A fresh installation of django CMS using the quickstarter project or the
``djangocms``command comes with a default template that for reasons of
``djangocms`` command comes with a default template that for reasons of
convenience is provided by
`django CMS frontend <https://github.com/django-cms/djangocms-frontend>`_
and based on Bootstrap. We encourage you to create your own templates
Expand Down
0