Fix title to Email Logs

This commit is contained in:
Istiak Ferdous
2020-03-09 06:33:43 +06:00
committed by GitHub
parent 127a3e455f
commit 5e4a6a2910

View File

@@ -1,6 +1,6 @@
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{% trans "Error Logs - CyberPanel" %}{% endblock %}
{% block title %}{% trans "Email Logs - CyberPanel" %}{% endblock %}
{% block content %}
{% load static %}