Skip to content
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

Update usage.txt #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ the name ``base.html`` exists which defines a block ``content`` and a block
concerns, it's very easy to provide your own templates. Please see the
:ref:`customization docs <ref-messages-customization>` fore more details.

the user needs to add 'base.html' template to his template dir
(where contains all other templates like login.html, home.html, etc.)
on the 'base.html', in my case when I replaced {% extends "base.html" %} for
{% extends "home.html" %} I was having some problems when submitting the form
in /messages/compose which caused some problems to retrieve the /inbox properly
so I decided to delete that first line {% extends .... %} and everything worked
smoothly.



Templatetags and Context-Processors
-----------------------------------
Expand Down