Move inventory to new repo

This commit is contained in:
2023-06-16 13:52:49 +03:00
commit 2b8820d4d7
25 changed files with 1903 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{% 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 %}