Skip to content

Commit c5db5ce

Browse files
renzonrenzon
authored andcommitted
Removed maillist from cohort instructions
close #1621
1 parent 34c7e20 commit c5db5ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pythonpro/cohorts/templates/cohorts/cohort_detail.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ <h1 class="mt-4 mb-3">Turma {{ cohort.title }}</h1>
3535
<div class="col">
3636
<h2 class="mt-5">Instruções</h2>
3737
<dt>Passo 1</dt>
38-
<dd>Cadastre-se na <a href="{{ cohort.mail_list }}" target="_blank">lista de emails da turma</a></dd>
39-
<dt>Passo 2</dt>
38+
{# <dd>Cadastre-se na <a href="{{ cohort.mail_list }}" target="_blank">lista de emails da turma</a></dd>#}
39+
{# <dt>Passo 2</dt>#}
4040
<dd>Se apresente no <a href="{{ cohort.forum_post }}" target="_blank">post do fórum</a></dd>
41-
<dt>Passo 3</dt>
41+
<dt>Passo 2</dt>
4242
<dd>Entre no nosso <a href="https://t.me/joinchat/DZ2HMkC_wRSHCm5YwIM1UQ" target="_blank">grupo do
4343
Telegram</a> para tirar dúvidas e interagir!
4444
</dd>

pythonpro/cohorts/tests/test_cohorts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_status_code(resp):
5858
assert 200 == resp.status_code
5959

6060

61-
@pytest.mark.parametrize('property_name', 'title mail_list forum_post'.split())
61+
@pytest.mark.parametrize('property_name', 'title forum_post'.split())
6262
def test_cohort_propeties(cohort, resp, property_name):
6363
dj_assert_contains(resp, getattr(cohort, property_name))
6464

0 commit comments

Comments
 (0)