cange
This commit is contained in:
@@ -9,9 +9,14 @@
|
||||
|
||||
{% block main %}
|
||||
|
||||
<h1>Comments {{ plannedession.name }}</h1>
|
||||
<h1>Follow {{ plannedession.name }}</h1>
|
||||
|
||||
|
||||
<ul class="main-content">
|
||||
<li class="grid_2">
|
||||
<p>To follow this challenge and receive all news per email, fill out your
|
||||
email address and submit the form.
|
||||
</li>
|
||||
<li class="grid_2">
|
||||
<form enctype="multipart/form-data" method="post">
|
||||
<table width=100%>
|
||||
|
||||
@@ -167,7 +167,9 @@
|
||||
{% else %}
|
||||
<a href="/rowers/virtualevent/{{ race.id }}/registerindoor"><h3>Register</h3></a>
|
||||
{% endif %}
|
||||
{% if request.user|isfollower:race.id %}
|
||||
<a href="/rowers/virtualevent/{{ race.id }}/follow/"><h3>Follow this challenge</h3></a>
|
||||
{% endif %}
|
||||
</p>
|
||||
{% else %}
|
||||
<p>
|
||||
@@ -186,7 +188,9 @@
|
||||
{% else %}
|
||||
<a href="/rowers/virtualevent/{{ race.id }}/registerindoor"><h3>Register</h3></a>
|
||||
{% endif %}
|
||||
{% if request.user|isfollower:race.id %}
|
||||
<a href="/rowers/virtualevent/{{ race.id }}/follow/"><h3>Follow this challenge</h3></a>
|
||||
{% endif %}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if button == 'submitbutton' %}
|
||||
|
||||
Reference in New Issue
Block a user