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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Commits
0bf64f7d
Commit
0bf64f7d
authored
4 years ago
by
Jan Prachař
Browse files
Options
Downloads
Patches
Plain Diff
Better error messages with preserved line ends
parent
3fb128fd
No related branches found
No related tags found
1 merge request
!40
Better error messages with preserved line ends
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mo/web/templates/org_generic_batch_points.html
+2
-2
2 additions, 2 deletions
mo/web/templates/org_generic_batch_points.html
mo/web/templates/org_job.html
+2
-2
2 additions, 2 deletions
mo/web/templates/org_job.html
with
4 additions
and
4 deletions
mo/web/templates/org_generic_batch_points.html
+
2
−
2
View file @
0bf64f7d
...
...
@@ -11,11 +11,11 @@
{% if errs %}
<h3>
Chyby při importu
</h3>
<pre>
<div
class=
"alert alert-danger"
role=
"alert"
>
{{ "" -}}
<div
class=
"alert alert-danger"
role=
"alert"
style=
"white-space: pre-line"
>
{{ "" -}}
{% for e in errs %}
{{ e }}
{% endfor %}
</div>
</pre>
</div>
{% endif %}
<p>
Zde si můžete stáhnout bodovací formulář v zadaném formátu a pak ho nahrát zpět
...
...
This diff is collapsed.
Click to expand it.
mo/web/templates/org_job.html
+
2
−
2
View file @
0bf64f7d
...
...
@@ -24,11 +24,11 @@
{% if has_errors %}
<h3>
Chyby
</h3>
<pre>
<div
class=
"alert alert-danger"
role=
"alert"
>
{{ "" -}}
<div
class=
"alert alert-danger"
role=
"alert"
style=
"white-space: pre-line"
>
{{ "" -}}
{% for e in job.out_json['errors'] %}
{{ e }}
{% endfor %}
</div>
</pre>
</div>
{% endif %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment