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

Jinja: Exportujeme db.RoundType

parent d2f46d61
No related branches found
No related tags found
1 merge request!125Průvodce soutěží pro garanty
...@@ -50,6 +50,7 @@ jg.update(PaperType=db.PaperType) ...@@ -50,6 +50,7 @@ jg.update(PaperType=db.PaperType)
jg.update(TaskType=db.TaskType) jg.update(TaskType=db.TaskType)
jg.update(JobType=db.JobType) jg.update(JobType=db.JobType)
jg.update(JobState=db.JobState) jg.update(JobState=db.JobState)
jg.update(RoundType=db.RoundType)
# Další typy: # Další typy:
jg.update(Markup=Markup) jg.update(Markup=Markup)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment