[#1027] Move Blog templates to a subdir.

Paul Sokolovsky Paul Sokolovsky 2010-10-12

changed ForgeBlog/forgeblog/main.py
changed ForgeBlog/forgeblog/widgets.py
copied ForgeBlog/forgeblog/templates/widgets/__init__.py -> ForgeBlog/forgeblog/templates/blog/widgets/__init__.py
copied ForgeBlog/forgeblog/templates/widgets/preview_post.html -> ForgeBlog/forgeblog/templates/blog/widgets/preview_post.html
copied ForgeBlog/forgeblog/templates/widgets/view_post.html -> ForgeBlog/forgeblog/templates/blog/widgets/view_post.html
copied ForgeBlog/forgeblog/templates/artifact.html -> ForgeBlog/forgeblog/templates/blog/artifact.html
copied ForgeBlog/forgeblog/templates/blog_edit_post.html -> ForgeBlog/forgeblog/templates/blog/edit_post.html
copied ForgeBlog/forgeblog/templates/blog_edit_posts.html -> ForgeBlog/forgeblog/templates/blog/edit_posts.html
copied ForgeBlog/forgeblog/templates/blog_index.html -> ForgeBlog/forgeblog/templates/blog/index.html
copied ForgeBlog/forgeblog/templates/blog_post.html -> ForgeBlog/forgeblog/templates/blog/post.html
copied ForgeBlog/forgeblog/templates/blog_post_diff.html -> ForgeBlog/forgeblog/templates/blog/post_diff.html
copied ForgeBlog/forgeblog/templates/blog_post_history.html -> ForgeBlog/forgeblog/templates/blog/post_history.html
copied ForgeBlog/forgeblog/templates/blog_search.html -> ForgeBlog/forgeblog/templates/blog/search.html
copied ForgeBlog/forgeblog/templates/lib.html -> ForgeBlog/forgeblog/templates/blog/lib.html
ForgeBlog/forgeblog/main.py Diff Switch to side-by-side view
Loading...
ForgeBlog/forgeblog/widgets.py Diff Switch to side-by-side view
Loading...