move the users templates to users folder

This commit is contained in:
Andreas Zweili 2020-01-11 17:39:50 +01:00
parent 76044643ec
commit 90965deb7c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% block section_title %}{{ user }}{% endblock %}
{% block content %}
<div class="ui cards">

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% load render_table from django_tables2 %}
{% block section_title %}Users{% endblock %}
{% block content %}