mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-17 22:55:15 -05:00
8 lines
498 B
Twig
8 lines
498 B
Twig
{% if error %}
|
|
<div class="alert alert-error" >{{ error }}</div>
|
|
{% endif %}
|
|
<form action="{{ path('login') }}" method="post">
|
|
<p><label for="username">{{ 'username'|trans }}: </label><input id="username" type="text" name="_username" value="poche"></p>
|
|
<p><label for="password">{{ 'password'|trans }}: </label><input id="password" type="password" name="_password" value="password"></p>
|
|
<p><input type="submit" value="{{ 'login'|trans }}"></p>
|
|
</form> |