Skip to content

Commit

Permalink
change login title
Browse files Browse the repository at this point in the history
  • Loading branch information
jose_correia committed Apr 14, 2021
1 parent 16f90e4 commit cb97e1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jeec_brain/templates/admin/admin_login.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>

<head>
<title>JEEC|Brain</title>
<title>Brain</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no,maximum-scale=1">
<link rel="stylesheet" href="/static/admin/css/admin_login.css">
<link rel="stylesheet" href="/static/admin/css/global.css">
Expand All @@ -16,8 +16,8 @@

<body>
<div class="section-header">
<h2>JEEC BRAIN
<p>Manage the event</p>
<h2>BRAIN
<p>Conference management system</p>
</h2>
</div>

Expand Down

0 comments on commit cb97e1f

Please sign in to comment.