mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-03 18:54:40 -05:00
15 lines
448 B
HTML
15 lines
448 B
HTML
{% extends "paperless-ngx/base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block head_title %}
|
|
{% trans "Paperless-ngx reset password sent" %}
|
|
{% endblock head_title %}
|
|
|
|
{% block form_top_content %}
|
|
<h4>{% translate "Check your inbox." %}</h4>
|
|
{% endblock form_top_content %}
|
|
|
|
{% block form_content %}
|
|
<p>{% translate "We've emailed you instructions for setting your password. You should receive the email shortly!" %}</p>
|
|
{% endblock form_content %}
|