tituly | oprava tak, aby lidi bez titulu nemeli MM
This commit is contained in:
parent
f091dfb054
commit
6350f40e31
1 changed files with 9 additions and 3 deletions
|
@ -7,8 +7,14 @@
|
|||
{% load tex %}
|
||||
|
||||
{% for r in resitele %}
|
||||
{% spaceless %}
|
||||
\def\{{r.ascii}}{\titul{{r.titul|sloz}}\relax}
|
||||
{% endspaceless %}
|
||||
{% if r.titul == '' %}
|
||||
{% spaceless %}
|
||||
\def\{{r.ascii}}{}
|
||||
{% endspaceless %}
|
||||
{% else %}
|
||||
{% spaceless %}
|
||||
\def\{{r.ascii}}{\titul{{r.titul|sloz}}\relax}
|
||||
{% endspaceless %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endautoescape %}
|
||||
|
|
Loading…
Reference in a new issue