remove " which was showing up in the page title

Page title when viewing Version Management was Version Management - CyberPanel". This removes that extra "
This commit is contained in:
nickchomey
2022-04-29 14:54:43 -06:00
committed by GitHub
parent 21ebfde06f
commit fd0cb9fb61

View File

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