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
Martin Mareš
requested to merge
mj/registrace
into
devel
4 years ago
Overview
13
Commits
38
Changes
1
Implementace registrace podle
#220 (closed)
.
Edited
3 years ago
by
Martin Mareš
0
0
Merge request reports
Viewing commit
fefbe3e5
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fefbe3e5
reg2: fixup!
· fefbe3e5
Martin Mareš
authored
4 years ago
GDPR
mo/web/templates/acct_reg2.html
+
3
−
0
View file @ fefbe3e5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,6 +5,9 @@
{% if form %}
<p>
S údaji o účtu budeme zacházet v souladu se
<a
href=
'{{ url_for('
doc_gdpr
')
}}'
>
zásadami
zpracovaní osobních údajů
</a>
.
{{ wtf.quick_form(form, form_type='horizontal', button_map={'submit': 'primary'}) }}
{% else %}
Loading