diff --git a/templates/index.twig.html b/templates/index.twig.html index 9e17fcb127a1a34edf3d7b15e1e02cebe90bc744..c8889341852b9f7ce8a6fbcd7899993670a4233b 100644 --- a/templates/index.twig.html +++ b/templates/index.twig.html @@ -23,8 +23,9 @@ <h2>Configuration</h2> <ul> {% for url, page in adminpages %} - <li></li> - <a href="{{ url }}">{{ page }}</li> + <li> + <a href="{{ url }}">{{ page }}</a> + </li> {% endfor %} </ul> </div>