Restored login security to events

This commit is contained in:
David Taylor
2016-10-05 10:42:49 +01:00
parent 17c7a3c524
commit 0244f5cfca
3 changed files with 2 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
{% block extra-head %}
{% if next %}
<link rel="alternate" type="application/json+oembed"
href="{{next}}oembed"
href="{{request.scheme}}://{{request.META.HTTP_HOST}}{{next}}oembed"
title="RIGS Event Embed" />
{% endif %}
{% endblock %}