replaced django-fa with django-icons

This commit is contained in:
Real-Gecko
2020-06-15 14:46:13 +06:00
parent 9a75ceb0e5
commit e4e86ed576
12 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load i18n %}
{% load static %}
{% load font_awesome %}
{% load icons %}
{% block title %}{% trans "Users" %}{% endblock %}
{% block content %}
<div class="row">