Skip to content

Commit

Permalink
- small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Domin Menne committed Mar 14, 2022
1 parent 1d9d355 commit 3cbc3e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions static/templates/assets.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

<head>
<meta charset="UTF-8" />
<title>Assets of Domin</title>
<title>Assets of {{user}}</title>
<link href="static/bootstrap.min.css" rel="stylesheet">
<link href="static/colors.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
<link rel="stylesheet" href="static/css.css">
</head>

<body>
<nav class="navbar navbar-dark" style="background-color:#3c8dbc">
<nav class="navbar navbar-dark navbar-background">
<div class="container-fluid">
<div class="header-font navbar-font">
<img class="navbar-brand-img" src="https://inventory.seemoo.tu-darmstadt.de/uploads/logo.png" alt="Inventory logo"> HardWhere
Expand All @@ -25,7 +25,7 @@
</div>
</nav>
<div class="h2 p-2">
Assets lent by you ({{User}})
Assets lent by you ({{user}})
</div>
<table class="table table-striped">
<thread>
Expand All @@ -50,4 +50,3 @@
<!--a href="/HardWhere/logout">Logout</a-->
</body>
</html>

0 comments on commit 3cbc3e2

Please sign in to comment.