workshop attendee: propose to log-in to register

This commit is contained in:
Élie Bouttier 2016-11-09 00:41:38 +01:00
parent ff211b62de
commit 2bcbf302bf
1 changed files with 5 additions and 1 deletions

View File

@ -11,10 +11,14 @@
{% block content %}
<h1>{% trans "Subscribe to a workshop" %}</h1>
<h1>{% trans "Subscribe to a workshop" %}<br /><small>{{ talk.title }}</small></h1>
{% include "_form.html" %}
<p class="text-center">
<a href="{% url "login" %}?next={% url "subscribe-to-talk" talk.slug %}">{% trans "Login to register with you're account" %}</a>
</p>
{% endblock %}
{% block js_end %}