Browse Source

pyi2phosts/templates/base.html: remove "id" from menu div

pull/1/head
Hidden Z 14 years ago
parent
commit
4f98a4febe
  1. 2
      pyi2phosts/templates/base.html

2
pyi2phosts/templates/base.html

@ -11,7 +11,7 @@
</head> </head>
<body> <body>
{% block navigation %} {% block navigation %}
<div class="menu" id="menu"> <div class="menu">
<ul> <ul>
<li><a href=/>Home</a></li> <li><a href=/>Home</a></li>
<li><a href={% url pyi2phosts.postkey.views.addkey %}>Register domain</a></li> <li><a href={% url pyi2phosts.postkey.views.addkey %}>Register domain</a></li>

Loading…
Cancel
Save