Switch to side-by-side view

--- a/ForgeTracker/forgetracker/templates/index.html
+++ b/ForgeTracker/forgetracker/templates/index.html
@@ -14,7 +14,6 @@
   <body>
     <h1>Welcome to ForgeTracker</h1>
     <h2>Project: $c.project.shortname</h2>
-    <p>The app config follows</p>
     <dl>
       <py:for each="issue in issues">
         <dt>$issue.issue_num</dt>