8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-01 03:24:57 +00:00

Add exception name

This commit is contained in:
chapeau 2020-08-15 13:27:25 +02:00
parent f5de596dff
commit 3d1a554d18

View file

@ -117,7 +117,7 @@ def about_page(request):
try:
president = Mandate.get_mandate().president.get_full_name()
except:
except Mandate.DoesNotExist:
president = _("Unable to get the information.")
return render(