diff --git a/mo/web/templates/doc_index.html b/mo/web/templates/doc_index.html index 5b7c961fc36a6bf137d6ce433eebcc7a5397a43d..c951ed6fc06f96e7a7afebd1cedf67a6361415bd 100644 --- a/mo/web/templates/doc_index.html +++ b/mo/web/templates/doc_index.html @@ -19,6 +19,7 @@ <li><a href='{{ url_for('static', filename='doc/import-navod.pdf') }}'>Podrobnější návod k importům</a> (PDF) <li><a href='{{ url_for('static', filename='doc/zakladani-skolnich-garantu.pdf') }}'>Zakládání školních garantů</a> (PDF) <li><a href='{{ url_for('static', filename='doc/import-skolnich-garantu.pdf') }}'>Import školních garantů</a> (PDF) +<li><a href='{{ url_for('static', filename='doc/prace-s-protokoly.pdf') }}'>Tisk a skenování protokolů</a> (PDF) </ul> <h3>Exporty</h3> diff --git a/static/doc/prace-s-protokoly.pdf b/static/doc/prace-s-protokoly.pdf new file mode 100644 index 0000000000000000000000000000000000000000..c90c9f83cb042d1a13f0cb837889f05026d1c57d Binary files /dev/null and b/static/doc/prace-s-protokoly.pdf differ