Skip to content

Commit

Permalink
Update directions/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
urchinpro and github-actions[bot] authored Jul 8, 2024
1 parent fa529b7 commit 8a6f67a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion directions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def gen_pdf_dir(request):
pdfmetrics.registerFont(TTFont('OpenSansBold', os.path.join(FONTS_FOLDER, 'OpenSans-Bold.ttf')))
pdfmetrics.registerFont(TTFont('TimesNewRoman', os.path.join(FONTS_FOLDER, 'TimesNewRoman.ttf')))


dn = (
Napravleniya.objects.filter(pk__in=direction_id)
.prefetch_related(
Expand Down

0 comments on commit 8a6f67a

Please sign in to comment.