diff --git a/productMods/templates/freemarker/edit/forms/manageWebpagesForIndividual.ftl b/productMods/templates/freemarker/edit/forms/manageWebpagesForIndividual.ftl new file mode 100644 index 00000000..4ea0275e --- /dev/null +++ b/productMods/templates/freemarker/edit/forms/manageWebpagesForIndividual.ftl @@ -0,0 +1,63 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- Custom form for managing webpages for individuals --> + +

${subjectName}

+ +

Manage Web Pages

+ + + + + + + + + +${stylesheets.add('', + '')} + +${scripts.add('', + '', + '')} \ No newline at end of file