Skip to content
Snippets Groups Projects

Add base template for plain prints and optimize PDF generation

Merged Jonathan Weth requested to merge feature/template-plain-prints into master
All threads resolved!
12 files
+ 172
107
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -22,7 +22,7 @@
<v-list-item-action v-if="notification.link">
<v-btn text :href="notification.link">
{{ $root.django.gettext('More information') }}
{{ $t('notifications.more_information') }}
</v-btn>
</v-list-item-action>
Loading