Hello all,
I am trying to create a custom theme for a blog but am having some 
difficulty.  So far I've:
created an app 
installed the app (above all other mezzanine apps)
created a templates directory within the app which I copied 
blog_post_list.html into

The problems is that whenever I try to edit the blog_post_list.html file, 
the changes are not reflected.  

In urls.py I uncommented: url("^$", blog_post_list, name="home").  I 
believe that the problem is that the blog_post_list function is pointing to 
the standard template, and not the one within my app that I am trying to 
customize. 

Can anyone please give me insight to this problem?  Thanks.


-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to