diff --git a/src/couchapp/secreton/shows/secretion_system_schema.js b/src/couchapp/secreton/shows/secretion_system_schema.js deleted file mode 100644 index 2828b4678ff04e04c3b9780df92dd2afd78422a2..0000000000000000000000000000000000000000 --- a/src/couchapp/secreton/shows/secretion_system_schema.js +++ /dev/null @@ -1,11 +0,0 @@ -function(doc, req) { - //!json templates.secretion_system - var Mustache = require("vendor/couchapp/lib/mustache"); - if( doc !== null){ - return Mustache.to_html( templates.secretion_system , doc ); - } - else{ - return "not found" ; - } - -} \ No newline at end of file