remove 'testing' from menu template too

This commit is contained in:
Philip Sargent 2022-02-23 23:04:00 +00:00
parent 29c929aba4
commit 2c13c1b5f3
2 changed files with 4 additions and 1 deletions

View File

@ -154,6 +154,9 @@ class SvxForm(forms.Form):
res = fout.write(rcode.replace("\r","")) res = fout.write(rcode.replace("\r",""))
res = fout.write("\n") res = fout.write("\n")
fout.close() fout.close()
# INSERT code to do git add and commit here, to loser repo.
return "SAVED ." return "SAVED ."
def Process(self): def Process(self):

View File

@ -9,7 +9,7 @@
<li><a href="/caves">Caves</a></li> <li><a href="/caves">Caves</a></li>
<li><a href="/expedition/2019">Troggle</a></li> <li><a href="/expedition/2019">Troggle</a></li>
<li><form name=P method=get action="/search" target="_top"> <li><form name=P method=get action="/search" target="_top">
<input id="omega-autofocus" type=search name=P placeholder="testing" size=8 autofocus> <input id="omega-autofocus" type=search name=P size=8 autofocus>
<input type=submit value="Search"></li> <input type=submit value="Search"></li>
{% if editable %}<li><a href="{% url "editexpopage" path %}" class="editlink"><strong>Edit this page</strong></a></li>{% endif %} {% if editable %}<li><a href="{% url "editexpopage" path %}" class="editlink"><strong>Edit this page</strong></a></li>{% endif %}
{% if cave_editable %}<li><a href="{% url "edit_cave" cave.slug %}" class="editlink"><strong>Edit this cave</strong></a></li>{% endif %} {% if cave_editable %}<li><a href="{% url "edit_cave" cave.slug %}" class="editlink"><strong>Edit this cave</strong></a></li>{% endif %}