Merge pull request #393 from rkerr/master

Fix typo Use -> User
This commit is contained in:
Khanh Ngo 2018-11-13 08:03:40 +06:30 committed by GitHub
commit e1e4771ddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% set active_page = "admin_users" %}
{% block title %}<title>Edit Use - {{ SITE_NAME }}</title>{% endblock %}
{% block title %}<title>Edit User - {{ SITE_NAME }}</title>{% endblock %}
{% block dashboard_stat %}
<!-- Content Header (Page header) -->