Clinton Blackburn
6749361a81
Fixed string formatting bug in VoucherRemoveView
The pk kwarg on views is a string type. The message format string was expecting a numeric value. This updates that format string to expect a string value, which will always display correctly.