app/soc/templates/README.templates
changeset 529 7c5ec72cdcf1
parent 54 03e267d67478
--- a/app/soc/templates/README.templates	Thu Nov 20 23:51:45 2008 +0000
+++ b/app/soc/templates/README.templates	Fri Nov 21 07:07:55 2008 +0000
@@ -23,6 +23,5 @@
 View templates are usually named some_view.html for a corresponding someView()
 function and SomeViewForm form class.  Since SomeView is likely to be a common
 View name for multiple Models, Model-specific templates should be placed in
-soc/<model> sub-directories.  For example, the template used by the Profile
-view for the Person Model belongs in soc/person/profile.html.
+soc/<model>/<view> sub-directories.