Switch to side-by-side view

--- a/ForgeTracker/forgetracker/templates/index.html
+++ b/ForgeTracker/forgetracker/templates/index.html
@@ -18,6 +18,7 @@
 
   <body>
         <h1 class="title">ForgeTracker for $c.project.shortname</h1>
+        ${c.subscribe_form.display(value=subscribed, action='subscribe')}
         <h2 title="!status:closed">Open Tickets</h2>
         <py:if test="not len(tickets)">No open tickets.</py:if>
         <py:if test="count > 500">Too many results.  Showing the first 500 open tickets.</py:if>