Make sure your template is in the same directory structure as the original 
file. 

[YOUR APP]/templates/blog/blog_post_list.html
[YOUR APP]/templates/blog/blog_post_detail.html

On Wednesday, May 10, 2017 at 9:06:49 AM UTC-6, KD wrote:
>
> 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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to