Skip to content
Snippets Groups Projects
Commit 6532a51e authored by Martin Mareš's avatar Martin Mareš
Browse files

Login: Nadpis je česky

parent ecf4c7e9
No related branches found
No related tags found
1 merge request!86Registrace
{% extends "base.html" %} {% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/wtf.html" as wtf %}
{% block title %}Login{% endblock %} {% block title %}Přihlášení uživatele{% endblock %}
{% block body %} {% block body %}
<form method="POST" class="form form-horizontal" action="{{ url_for('login') }}"> <form method="POST" class="form form-horizontal" action="{{ url_for('login') }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment