tmpl: move #region-queue to heading

the series block will get reused, and we don't want the same ID to
appear twice.
This commit is contained in:
Florian Klink 2019-11-27 13:01:21 +01:00
parent d81ae74999
commit 089e551b72
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{{ define "series" }}
<table class="table table-sm table-hover" id="region-queue">
<table class="table table-sm table-hover">
<thead class="thead-light">
<tr>
<th scope="col">Owner</th>

View file

@ -56,7 +56,7 @@
</tr>
</tbody>
</table>
<h2>Current Queue</h2>
<h2 id="region-queue">Current Queue</h2>
{{ block "series" .series }}{{ end }}
<h2 id="region-log">History</h2>