1 {% extends "catalogue/base.html" %}
4 {% block inner_content %}
6 <h1>{% trans "Join organization" %}</h1>
8 {% blocktrans with url=org.get_absolute_url %}
9 <p>Your membership in <strong><a href="{{ url }}">{{ org }}</a></strong> will have to be confirmed by
10 the organization owner.</p>
13 <form enctype="multipart/form-data" method="POST">
15 <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Join" %}</button></td></tr>