Changeset - a18e221dc6ce
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 11 years ago 2013-02-21 18:42:10
bkuhn@ebb.org
Move email subscribe box to the front page only.

It just looked wrong up there on top of the page. I know that's what I
suggested to Paul to do it, but 11 months later, when I finally accepted his
merge request, it just didn't make sense.
2 files changed with 7 insertions and 6 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -17,7 +17,2 @@
 
      <h1><span id="logobutton"><a href="/">Software Freedom Conservancy</a></span></h1>
 
      <span id="subbox">
 
        <form method="post" action="http://lists.sfconservancy.org/mailman/subscribe/announce">
 
          Subscribe to our announcements mailing list<br/><input name="email" placeholder="joe@example.org"/><input type="submit" name="email-button" value="Subscribe"/>
 
        </form>
 
      </span>
 
    </div>
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -33,3 +33,3 @@
 
</p>
 
<h2>Follow Conservancy RSS Feeds and Microblogs</h2>
 
<h2>Follow Conservancy RSS Feeds, Microblogs, and mailing list</h2>
 

	
...
 
@@ -43,2 +43,8 @@
 

	
 
<p>
 
    <span id="subbox">
 
        <form method="post" action="http://lists.sfconservancy.org/mailman/subscribe/announce">
 
          You can also subscribe to Conservancy's low-traffic email announce list <br/><input name="email" placeholder="joe@example.org"/><input type="submit" name="email-button" value="Subscribe"/>
 
        </form>
 
      </span></p>
 

	
0 comments (0 inline, 0 general)