diff --git a/src/core/xsl/welcome.xsl b/src/core/xsl/welcome.xsl index b69e259154ae66df3072427ae7e54231ab9baa65..d59e9583f0072c548d120f37740e94c6cfc28948 100644 --- a/src/core/xsl/welcome.xsl +++ b/src/core/xsl/welcome.xsl @@ -27,12 +27,7 @@ <div class="jumbotron caosdb-f-welcome-panel"> <h1>Welcome</h1> <p>This is CaosDB.</p> - <p>For an introduction to CaosDB, please click on "Start a Tour" above.</p> - <!-- <p>This is the default welcome message. If you are an administrator - you can override it. Just copy <code>src/core/xsl/welcome.xsl</code> - to <code>src/ext/xsl/welcome.xsl</code> and change this content. Then - run <code>make</code> again in CaosdDB's web interface's root - directory.</p> --> + <p>This is the default welcome message. If you are an administrator you can override it. Just copy <code>src/core/xsl/welcome.xsl</code> to <code>src/ext/xsl/welcome.xsl</code> and change this content. Then run <code>make</code> again in CaosdDB's web interface's root directory.</p> </div> </xsl:template> </xsl:stylesheet>