File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 ())
6262def test_cohort_propeties (cohort , resp , property_name ):
6363 dj_assert_contains (resp , getattr (cohort , property_name ))
6464
You can’t perform that action at this time.
0 commit comments