Added ViM modelines to the beginning of twig templates
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
Este commit está contenido en:
@@ -1,10 +1,11 @@
|
||||
{# vim: ft=htmljinja
|
||||
#}
|
||||
{% extends '::main_template.html.twig' %}
|
||||
{% block title %}- Bejelentkezés{% endblock %}
|
||||
{% block content %}
|
||||
{% if error %}
|
||||
<div id="error-message">{{ error.message }}</div>
|
||||
{% endif %}
|
||||
|
||||
<form action="{{ path('KekRozsakSecurityBundle_login_check') }}" method="post">
|
||||
<input type="text" id="username" name="_username" value="{{ last_username }}" />
|
||||
<input type="password" id="password" name="_password" />
|
||||
|
@@ -1,3 +1,5 @@
|
||||
{# vim: ft=htmljinja
|
||||
#}
|
||||
{% extends '::main_template.html.twig' %}
|
||||
{% block title %} - Sikeres regisztráció{% endblock %}
|
||||
{% block content %}
|
||||
|
Referencia en una nueva incidencia
Block a user