Changeset - 75d382be0f33
[Not reviewed]
default
0 1 0
Dennis Fink - 10 years ago 2015-02-16 00:00:32
dennis.fink@c3l.lu
Added note to the membership payment point
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/member.html
Show inline comments
 
@@ -43,21 +43,21 @@
 
      </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>
 
              specified on our <a href="{{ url_for('donate.index') }}">donations</a> page. Try to include our username as a statement if possible!</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)