Remove unecessary replacement anchor

This commit is contained in:
Wolvan 2022-01-06 15:33:23 +01:00
parent 76b8d0bbc5
commit 069128b2d5

View file

@ -36,7 +36,7 @@
<section class="notepad"> <section class="notepad">
<div class="notepad-border"></div> <div class="notepad-border"></div>
<form action="{{ BACKEND_BASE_PATH }}/_backend/vote-form/{{ POLL_ID }}" method="POST"> <form action="{{ BACKEND_BASE_PATH }}/_backend/vote-form/{{ POLL_ID }}" method="POST">
<section class="poll-title" {{ TITLE_FONT_SIZE_STYLE }}> <section class="poll-title">
{{ POLL_TITLE }} {{ POLL_TITLE }}
</section> </section>
<section id="poll-options" class="poll-options"> <section id="poll-options" class="poll-options">