{% extends 'squid/auth/localdb.html' %} {% block auth_localdb_users %}class="active"{%endblock%} {% block tab_content %}
Warning! Current local users database file /opt/websafety/etc/squid/users.htpasswd will be replaced with the imported one.
{% if form.non_field_errors %}

Cannot Upload Local User Database file!

{% for error in form.non_field_errors %}{{ error|escape }}{% endfor %}

{% endif %}
{% csrf_token %}

Browse to your local users database file in htpasswd format and click Import File button.

Cancel
{% endblock %}