Skip to content

Commit

Permalink
remove guestbook submission form since wedding has been over for a wh…
Browse files Browse the repository at this point in the history
…ile and its getting spam
  • Loading branch information
Nate Young committed Dec 1, 2011
1 parent 3c02301 commit d827501
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion app.yaml
@@ -1,5 +1,5 @@
application: nateandpaigeswedding application: nateandpaigeswedding
version: 5 version: 6
runtime: python runtime: python
api_version: 1 api_version: 1


Expand Down
8 changes: 0 additions & 8 deletions guestbook.html
Expand Up @@ -23,14 +23,6 @@
{% block content %} {% block content %}
<h3>Guest book</h3> <h3>Guest book</h3>


<form id="guestbookform" action="/signguestbook" method="post">
<label>Your name:</label>
<input name="author" type="text" maxlength="64"/>
<label>Message:</label>
<textarea name="message" rows="5" cols="40"></textarea>
<input type="image" class="button" src="/images/btnSubmitGeneric.gif" alt="Submit"/>
</form>

<hr class="prepend-top"/> <hr class="prepend-top"/>
{% for greeting in greetings %} {% for greeting in greetings %}
<div class="span-14 last"> <div class="span-14 last">
Expand Down

0 comments on commit d827501

Please sign in to comment.