Commit 1d4d5b60 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Merge branch 'templates' into 'testing'

added twig loginuserpass

See merge request !39
parents 88efa930 e528b499
Pipeline #1272 passed with stage
in 1 second
......@@ -6,6 +6,12 @@
{% block content %}
<div>
<div class="container">
<div class="row">
<div class="col-md-12" style="margin-bottom: 40px;"><img class="mx-auto" src="/img/Anmelden.png" width="100%"></div>
</div>
</div>
<div class="login-clean" style="background-color: rgb(234,234,234);">
<form method="post">
<h2 class="sr-only">Login Form</h2>
......@@ -16,4 +22,5 @@
</form>
</div>
</div>
{% endblock %}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment