[extensions-web] upload: Remove alpha warning



commit 09d7cd9d34be441e9d7a3f05613515bf2a426be0
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Apr 11 17:02:28 2012 -0400

    upload: Remove alpha warning
    
    The site is now beta, and we haven't had to wipe data yet!

 .../extensions/templates/extensions/upload.html    |    4 ----
 sweettooth/static/css/sweettooth.css               |    5 -----
 2 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/upload.html b/sweettooth/extensions/templates/extensions/upload.html
index 6ccb056..d01349c 100644
--- a/sweettooth/extensions/templates/extensions/upload.html
+++ b/sweettooth/extensions/templates/extensions/upload.html
@@ -26,10 +26,6 @@
     Use <code>zip -j</code> when making your zipfile to ensure this. Other files like <code class="file">stylesheet.css</code> are optional.
   </p>
 
-  <p>
-    <span class="alpha-warning">Be warned that this site is currently in alpha. As we find and fix bugs, data may need to be wiped.</span>
-  </p>
-
   <form enctype="multipart/form-data" action=""
         method="POST">
     {% csrf_token %}
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index b8a9e69..324d09d 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -99,11 +99,6 @@
     text-align: center;
 }
 
-.alpha-warning {
-    font-weight: bold;
-    color: #CC0000;
-}
-
 /* Separators */
 /* ==================================================================== */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]