Move closing tag into the right position

This commit is contained in:
Wolvan 2022-01-06 15:36:03 +01:00
parent 069128b2d5
commit 2f8f36a7ca
2 changed files with 4 additions and 4 deletions

View file

@ -45,8 +45,8 @@
</label>
<br>
<input type="submit" name="submit" value="Create poll" id="submit-button">
</form>
</section>
</form>
</section>
</main>
<footer>

View file

@ -45,8 +45,8 @@
<section class="poll-footer">
<input type="submit" name="submit" value="Vote" id="submit-button">
<a href="/{{ POLL_ID }}/r"><button type="button">Results</button></a>
</form>
</section>
</form>
</section>
</main>
<footer>