mirror of https://github.com/logos-co/open-law.git
11 lines
275 B
HTML
11 lines
275 B
HTML
|
<!-- prettier-ignore -->
|
||
|
{% extends 'base.html' %}
|
||
|
{% block content %}
|
||
|
<div class="relative overflow-x-auto shadow-md sm:rounded-lg mt-5"></div>
|
||
|
{% include 'user/add.html' %}
|
||
|
<!-- prettier-ignore -->
|
||
|
{% endblock %}
|
||
|
<!-- prettier-ignore -->
|
||
|
{% block scripts %}
|
||
|
{% endblock %}
|