conference subscripbe button change color + modal fix

stage8
Slava Kyrachevsky 9 years ago
parent 805a4bc25f
commit d04e74d97b
  1. 1
      static/mailing_settings/css/main.css
  2. 2
      templates/client/exposition/exposition_detail.html
  3. 2
      templates/client/includes/conference/conference_partner.html
  4. 2
      templates/client/popups/event_news_subscribe.html

@ -958,7 +958,6 @@ a.themes_trigger{
height:64px;
font: 30px/58px 'pf_dindisplay_proregular', Arial, Helvetica, sans-serif;
text-align:center;
text-transform:uppercase;
color:#fff;
width:100%;
cursor:pointer;

@ -496,7 +496,7 @@
$main_image = $('.exposition_main_image');
$recommended
.insertBefore($text.find('>*').eq(-2))
.insertBefore($text.find('>*').eq(-3))
.show();
if ($main_image.data('background')) {

@ -109,7 +109,7 @@
<a class="button blue icon-photo" href="{{ event.get_permanent_url }}photo/">{% trans 'фото' %}</a>
{% endif %}
</div>
<div class="ib-add"><a class="button pw-open blue2" href="#pw-event-news-subscribe"><i class="fa fa-at"></i> {% trans 'Напомнить о выставке' %}</a></div>
<div class="ib-add"><a class="button pw-open green" href="#pw-event-news-subscribe"><i class="fa fa-at"></i> {% trans 'Напомнить о событии' %}</a></div>
</div>
<hr />

@ -10,7 +10,7 @@
<p id="success" style="display: none;">
{% trans 'Вы были успешно подписаны!' %}
</p>
<form id="event-news-subscribe-form" method="post" class="pw-form" action=".{# url 'events:subscribe' object.event_type object.url #}">
<form id="event-news-subscribe-form" method="post" class="pw-form" action="{% if object %}{% url 'events:subscribe' object.event_type object.url %}{% else %}.{% endif %}">
{% csrf_token %}
{% if not user.is_authenticated or not user.contact_set.exists %}
<div class="pwf-line">

Loading…
Cancel
Save