Fix logout redirect
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1 class="title">Pathogen Data Insights</h1>
|
||||
<div class="container">
|
||||
<h2 class="subtitle">Welcome to the Neptune system</h2>
|
||||
<div class="col">
|
||||
<h2 class="subtitle">Hello!</h2>
|
||||
<div class="box">
|
||||
<h1 class="title">Pathogen Data Insights</h1>
|
||||
<div class="container">
|
||||
<h2 class="subtitle">Welcome to the Neptune system</h2>
|
||||
<div class="col">
|
||||
<h2 class="subtitle">Hello!</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user