Andrew-liu / my_blog_tutorial

It's the example of the development of blog by Django and Pure.
382 stars 206 forks source link

It seems there's issue in template tag.html #14

Open lynecro opened 8 years ago

lynecro commented 8 years ago

% url 'category' post.category % will raise NoReverseMatch error should be % url 'search_tag' post.category %

lsdlab commented 8 years ago

@lynnlinestar Thank you and it has been fixed. https://github.com/Andrew-liu/my_blog_tutorial/pull/15