mirror of https://git.48k.eu/ogcp
templates: make opengnsys buttom redirect to dashboard
Add functionality to the "Opengnsys" text in the top navbar. Comform to the general design priciple of executing a redirecting after clicking the main logo.master
parent
6a793ef0d1
commit
8bcd8fd7a4
|
@ -16,7 +16,7 @@
|
|||
<body>
|
||||
<div class="main d-flex flex-column align-items-stretch h-100">
|
||||
<nav class="ogcp-nav navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="#">OpenGnsys</a>
|
||||
<a class="navbar-brand" href="{{ url_for('index') }}">OpenGnsys</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue