{% extends 'base.html' %} {% load static %} {% block title %}Restricted - Packs Site{% endblock %} {% block content %}
Stop

Restricted Access

This site is private. Enter the master password to continue.

{% if error %}

{{ error }}

{% endif %}
{% csrf_token %}

This page contains +18 content. By entering the master password you acknowledge that you are an adult.

{% endblock %}