Changeset - 96a7172c7767
[Not reviewed]
Dennis Fink - 10 years ago 2015-02-15 21:54:11
dennis.fink@c3l.lu
Updated member page
1 file changed with 25 insertions and 9 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/member.html
Show inline comments
 
@@ -34,14 +34,30 @@
 

	
 
    <h3>How to become a member?</h3>
 
    <p>Becoming a member is very simple. Just follow these steps:</p>
 
    <ol>
 
      <li>Download the following <a href="{{ url_for('static', filename='files/MembershipForm.pdf') }}">membership form</a> and fill in the necessary information or use this <a href="{{ url_for('root.membership') }}">online form</a>.</li>
 
      <li>Send the membership form per mail to <a href="mailto://info@enn.lu">info@enn.lu</a> or to one of our
 
          <a href="{{ url_for('donate.snailmail') }}">snailmail</a> address.</li>
 
      <li>Pay your annually membership fee. Use one of the payment methods (except <a href="{{ url_for('donate.flattr') }}">Flattr</a> or <a href="{{ url_for('donate.bpm') }}">BPM Points</a>)
 
          specified on our <a href="{{ url_for('donate.index') }}">donations</a> page.
 
      </li>
 
      <li>Wait until we get back in touch with you.</li>
 
    </ol>
 
    <table class="table table-bordered">
 
      <thead>
 
        <tr class="info">
 
          <th>Using online form</th>
 
          <th>Using PDF form</th>
 
        </tr>
 
      </thead>
 
      <tbody>
 
        <tr>
 
          <td>Fill out the <a href="{{ url_for('root.membership') }}">online form</a>.</td>
 
          <td>Download the following <a href="{{ url_for('static', filename='files/MembershipForm.pdf') }}">membership form</a> and fill in the necessary information.</td>
 
        </tr>
 
        <tr>
 
          <td>The form will automatically send a mail to our staff when you click the 'Become a member' button.</td>
 
          <td>Send the membership form per mail to <a href="mailto://info@enn.lu">info@enn.lu</a> or to one ou our <a href="{{ url_for('donate.snailmail') }}">snailmail</a> addresses.</td>
 
        </tr>
 
        <tr>
 
          <td colspan="2">Pay your annually membership fee. Use one of the payment methods (except <a href="{{ url_for('donate.flattr') }}">Flattr</a> or <a href="{{ url_for('donate.bpm') }}">BPM Points</a>)
 
              specified on our <a href="{{ url_for('donate.index') }}">donations</a> page.</td>
 
        </tr>
 
        <tr>
 
          <td colspan="2">Wait until we get back in touch with you.</td>
 
        </tr>
 
      </tbody>
 
    </table>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)