Files
inventory-app/inventory-app/templates/notice.html

12 lines
316 B
HTML

{% extends 'base.html' %}
{% block content %}
<div class="container">
<p>Please request one of current members to send you the login link</p>
<p>We stopped using AD user login on this site to faciliate login for users who don't (want to) have AD account</p>
</div>
{% endblock %}