Fix bug in api wait_seed, fix styles on seed gen pages

This commit is contained in:
Chris Wilson
2020-12-04 02:59:23 -05:00
parent 79095b7dde
commit 73013395a7
5 changed files with 28 additions and 13 deletions

View File

@@ -2,15 +2,16 @@
{% import "macros.html" as macros %}
{% block head %}
<title>Multiworld Seed {{ seed_id|suuid }} (generating...)</title>
<title>Generation in Progress</title>
<meta http-equiv="refresh" content="1">
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/viewSeed.css") }}"/>
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/waitSeed.css") }}"/>
{% endblock %}
{% block body %}
{% include 'header/oceanHeader.html' %}
<div id="wait-seed-wrapper" class="grass-island">
<div class="main-content">
<div id="wait-seed">
<h1>Generation in Progress</h1>
Waiting for game to generate, this page auto-refreshes to check.
</div>
</div>