diff makeitso/templates/index.html @ 19:c46ec69d6253

remove references to dissociate
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 17 Nov 2010 10:42:31 -0800
parents 941c1f73c2b6
children
line wrap: on
line diff
--- a/makeitso/templates/index.html	Tue Nov 16 19:44:15 2010 -0800
+++ b/makeitso/templates/index.html	Wed Nov 17 10:42:31 2010 -0800
@@ -6,19 +6,19 @@
 <form method="post">
 Type in some text
 <textarea name="content" rows="25" cols="80"></textarea>
-<input type="submit" value="Dissociate"/>
+<input type="submit"/>
 </form>
 
 <form method="post" enctype="multipart/form-data">
 or upload a file
 <input type="file" name="content"/>
-<input type="submit" value="Dissociate"/>
+<input type="submit"/>
 </form>
 
 <form method="post">
 or point to a URL
 <input type="text" name="content"/>
-<input type="submit" value="Dissociate"/>
+<input type="submit"/>
 </form>
 </body>
 </html>