Joseph Nuthalapati d5860ac179
backups: Fix issue with showing exports from disks without labels
When a disk does not have a label, its device path is used. This contains a '/'
which by default is not encoded by 'urlencode' filter in Django templates. This
leads to the expected URL not matching the regex in urls.py. Fix this by
ensuring that '/' is also encoded by 'urlencode'.

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-10-22 19:26:17 -04:00
..
2018-10-23 00:24:43 +02:00
2018-02-21 21:08:11 +01:00
2018-10-09 06:02:09 -04:00
2018-06-18 20:18:37 +05:30
2018-06-18 19:27:40 -04:00
2018-07-29 15:57:16 -04:00