Private
Public Access
1
0

Merge tag 'v6.74' into develop

release
This commit is contained in:
Sander Roosendaal
2018-05-27 10:54:01 +02:00
2 changed files with 4 additions and 2 deletions

View File

@@ -13668,6 +13668,8 @@ def virtualevent_create_view(request):
# create Site Announcement & Tweet # create Site Announcement & Tweet
if settings.DEBUG: if settings.DEBUG:
dotweet = False dotweet = False
elif 'dev' in settings.SITE_URL:
dotweet = False
else: else:
dotweet = True dotweet = True
sa = SiteAnnouncement( sa = SiteAnnouncement(

View File

@@ -227,11 +227,11 @@
{% endif %} {% endif %}
</div> </div>
<div class="grid_1 tooltip"> <div class="grid_1 tooltip">
{% block teams %} {% block challenges %}
{% endblock %} {% endblock %}
</div> </div>
<div class="grid_1 tooltip"> <div class="grid_1 tooltip">
{% block challenges %} {% block teams %}
{% endblock %} {% endblock %}
</div> </div>
</div> </div>