Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3651 92316355-f0b4-4df1-b90c-862c8a59935f

remotes/test
carmie 15 years ago
parent
commit
9cf143bd0c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      trac/templates/site.html

+ 2
- 0
trac/templates/site.html View File

@@ -12,6 +12,7 @@
</head> </head>


<body py:match="body" py:attrs="select('@*')"> <body py:match="body" py:attrs="select('@*')">
<div class="corps">
<div id="siteheader"> <div id="siteheader">
<div class="nav" id="loginguest"> <div class="nav" id="loginguest">
<p>Please <a href="/login">log in as guest/guest</a> to report bugs.</p> <p>Please <a href="/login">log in as guest/guest</a> to report bugs.</p>
@@ -24,5 +25,6 @@
<div id="sitefooter"> <div id="sitefooter">
<!--! Place your footer content here... --> <!--! Place your footer content here... -->
</div> </div>
</div>
</body> </body>
</html> </html>

Loading…
Cancel
Save