Remove some duplicate id's that are not valid HTML

Remove the footer. It was a leftover from the original TurboGears-generated
project that Kevin McCarthy had modified.
This commit is contained in:
Rob Crittenden
2008-03-05 13:36:39 -05:00
parent 74c29b1bf6
commit 2e46645ad5
3 changed files with 2 additions and 5 deletions

View File

@@ -116,9 +116,6 @@
</div>
<div id="footer">
<a href="http://www.freeipa.com/" target="_blank">Powered by FreeIPA</a>
</div>
</body>
</html>

View File

@@ -62,7 +62,7 @@
</table>
</div>
<div id="alertbox" py:if='(principals != None) and (len(principals) == 0)'>
<p id="alertbox">No results found for "${hostname}"</p>
<p>No results found for "${hostname}"</p>
</div>
<div class="instructions" py:if='principals == None'>

View File

@@ -92,7 +92,7 @@
</table>
</div>
<div id="alertbox" py:if='(users != None) and (len(users) == 0)'>
<p id="alertbox">No results found for "${uid}"</p>
<p>No results found for "${uid}"</p>
</div>
<div class="instructions" py:if='users == None'>