Skip to content

Commit

Permalink
refactor: fixing <html lang="en"> and optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thangixd committed May 24, 2024
1 parent 32efd5a commit ed99205
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Database Results</title>
{% load static %}
Expand Down
2 changes: 1 addition & 1 deletion tracex_project/db_results/templates/metrics_dashboard.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Metrics Dashboard</title>
{% load static %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Metrics Overview</title>
{% load static %}
Expand Down
1 change: 1 addition & 0 deletions tracex_project/db_results/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""tracex URL Configuration for database result app"""
from django.urls import path

from . import views

urlpatterns = [
Expand Down

0 comments on commit ed99205

Please sign in to comment.