mint-o-badges / badgr-server

Open Badge issuing and management with Django
GNU Affero General Public License v3.0
2 stars 1 forks source link

server: fix display of competency duration in PDF #184

Closed zven closed 2 months ago

zven commented 2 months ago

If a competency has a very long duration, we display it in hours (instad of minutes). There seems to be an issue with this in the PDF creation:

Image

zven commented 2 months ago

fixed as part of https://github.com/mint-o-badges/badgr-ui/issues/449 here https://github.com/mint-o-badges/badgr-server/pull/183 and https://github.com/mint-o-badges/badgr-server/pull/186/