Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!86
Registrace
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Registrace
mj/registrace
into
devel
Overview
49
Commits
38
Changes
1
Merged
Registrace
Martin Mareš
requested to merge
mj/registrace
into
devel
Jul 13, 2021
Overview
13
Commits
38
Changes
1
Implementace registrace podle
#220 (closed)
.
Edited
Aug 19, 2021
by
Martin Mareš
0
0
Merge request reports
Viewing commit
23f61536
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
23f61536
Login: Nadpis je česky
· 23f61536
Martin Mareš
authored
Jul 30, 2021
mo/web/templates/login.html
+
1
−
1
View file @ 23f61536
Edit in single-file editor
Open in Web IDE
Show full file
{% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %}
{% block title %}
Login
{% endblock %}
{% block title %}
Přihlášení uživatele
{% endblock %}
{% block body %}
<form
method=
"POST"
class=
"form form-horizontal"
action=
"{{ url_for('login') }}"
>
Loading