django-web-galleries/django_web_galleries/web_galleries/templates/image/image_no_access.html

7 lines
196 B
HTML

{% extends '../global.html' %}
{% block content %}
<h1>You have no access to this private image</h1>
But you can gain access by entering the access code below:
{% endlbock content %}