Fix missing bottom_js from base template

This commit is contained in:
Khanh Ngo 2021-08-28 15:58:23 +02:00
parent 29277d5b86
commit 630d62f3eb
No known key found for this signature in database
GPG key ID: 920A7D645DCB23DF

View file

@ -50,8 +50,8 @@ Connected Peers
</tbody> </tbody>
</table> </table>
{{ end }} {{ end }}
</div> </div>
</section> </section>
{{end}} {{end}}
{{define "bottom_js"}}
{{end}}