@@ -139,75 +139,16 @@ <h2>Записаться</h2>
139139 </ div >
140140 < div class ="container m-hide ">
141141 < div class ="price-second-container row justify-content-center ">
142- {% if enrollment %}
143- < div class ="col-12 col-lg-10 col-xl-6 online-tab active ">
144- < div class ="price-second bg-yellow ">
145- < h3 class ="text-center d-none d-lg-block "> онлайн курс</ h3 >
146- < div class ="price-list ">
147- < div class ="price-item payment-before ">
148- < div
149- class ="pt-lg-3 ">
150- < div class ="price-parent ">
151- < div class ="price-date "> < b > Ранняя регистрация</ b > </ div >
152- < div class ="price-date "> До
153- {{ enrollment.early_price_date_to | date:"j E" }}</ div >
154- < strong class ="price "> {{ enrollment.early_price_rub }}
155- р.</ strong >
156- </ div >
157- < div class ="decr-price-parent ">
158- < a href ="#howToPay " class ="decr-price d-none d-lg-block scroll-to "> В
159- рассрочку
160- < strong > от 3500 р/мес</ strong > </ a >
161- < a href ="#howToPay " class ="decr-price d-lg-none scroll-to "
162- style ="padding-top: 5px "> Есть
163- рассрочка</ a >
164- </ div >
165- </ div >
166- {% if today < = enrollment.early_price_date_to %}
167- {% include 'mainpage/include/common/buttons/block_order_button.html' with modal_btn='yellow ' order_btn='yellow ' %}
168- {% else %}
169- < button class ="yellow btn btn-warning btn-add btn-buy " data-toggle ="modal "
170- disabled
171- data-target ="#overlay ">
172- Регистрация закрыта
173- </ button >
174- {% endif %}
175- </ div >
176-
177- < div class ="price-item payment-after ">
178- < div
179- class ="pt-lg-3 ">
180- < div class ="price-parent ">
181- < div class ="price-date "> < b > Обычная регистрация</ b > </ div >
182- < div class ="price-date "> С
183- {{ enrollment.late_price.date_from | date:"j E" }}</ div >
184- < strong class ="price "> {{ enrollment.late_price_rub }}
185- р.</ strong >
186- </ div >
187- < div class ="decr-price-parent ">
188- < a href ="#howToPay " class ="decr-price d-none d-lg-block scroll-to "> В
189- рассрочку
190- < strong > от 4000 р/мес</ strong > </ a >
191- < a href ="#howToPay " class ="decr-price d-lg-none scroll-to "
192- style ="padding-top: 5px "> Есть
193- рассрочка</ a >
194- </ div >
195- </ div >
196- {% if today > = enrollment.late_price_date_from %}
197- {% include 'mainpage/include/common/buttons/block_order_button.html' with order_btn='yellow ' %}
198- {% else %}
199- < button class ="btn btn-warning btn-add btn-buy "
200- disabled
201- data-toggle ="modal "
202- data-target ="#overlay ">
203- Регистрация закрыта
204- </ button >
205- {% endif %}
206- </ div >
142+ < div class ="col-12 col-lg-10 col-xl-6 online-tab active ">
143+ < div class ="price-second bg-yellow ">
144+ < h3 class ="text-center d-none d-lg-block "> онлайн курс</ h3 >
145+ < div class ="priceList ">
146+ < div class ="price-list-item " style ="padding: 10px; background-color: #ffffff; ">
147+ < script id ="f5be3bcced9b8d99a4cc095aadcc152acc1c0aa0 " src ="{% static 'js/widgets/advance_widget_bottom.js' %} "> </ script >
207148 </ div >
208149 </ div >
209150 </ div >
210- {% endif %}
151+ </ div >
211152 </ div >
212153 </ div >
213154 </ section >
0 commit comments