2019-04-03 13:55:34 +03:00
|
|
|
{% extends 'pirati_cz.html' %}
|
|
|
|
|
|
|
|
{%block body%}
|
|
|
|
<div class="row">
|
|
|
|
<div class="medium-12 large-12 columns">
|
|
|
|
<section class="o-section o-section--spaceBot">
|
|
|
|
<div class="o-section-inner">
|
|
|
|
<div class="o-section-block" data-equalizer data-equalize-on="medium">
|
2019-12-03 22:51:19 +02:00
|
|
|
<h2>Rozhlédni se na palubě!</h2>
|
|
|
|
Čemu by ses chtěl u Pirátů věnovat?
|
2019-04-03 13:55:34 +03:00
|
|
|
<br/>
|
|
|
|
<br/>
|
2019-12-03 22:51:19 +02:00
|
|
|
<h3>Řekni nám něco o sobě ...</h3>
|
|
|
|
Správně nastavené profilové informace nám umožní poskytovat aktuální informace o akcích, novinkách a zasílání newsletterů.<br/>
|
2019-04-03 13:55:34 +03:00
|
|
|
<br/>
|
|
|
|
<div id='do_register_button' style=" text-align: center;">
|
|
|
|
<a href="{% url 'nalodeni:profil'%}" style="width: 350px; margin-top: 10px; text-align: center; padding: 22px; font-size: 22px; background-color: #5c81b8;border-color: #5cb85c; color: white;" class="c-cta-button c-cta-button--primary">Upravit profilové údaje</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id='do_register_button' style=" text-align: center;">
|
|
|
|
<a href="{% url 'nalodeni:dotaznik'%}" style="width: 350px; margin-top: 10px; text-align: center; padding: 22px; font-size: 22px; background-color: #5c81b8;border-color: #5cb85c; color: white;" class="c-cta-button c-cta-button--primary">Upravit zájmy a dovednosti</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% if 'sso_pirati_member' in request.session.site_perms %}
|
|
|
|
<h3>Pomůcky pro členy</h3>
|
|
|
|
<a href="{% url 'nalodeni:email_vizitka'%}">Vygenerování HTML vizitky do emailu</a><br/>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="medium-12 large-12 columns">
|
|
|
|
<section class="o-section o-section--spaceBot">
|
|
|
|
<div class="o-section-inner">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{%endblock%}
|