diff --git a/datasite/app.py b/datasite/app.py index 52ecea19..c7a8cc55 100644 --- a/datasite/app.py +++ b/datasite/app.py @@ -259,6 +259,7 @@ class RowView(BaseView): def data(self, request, name, hash, table, pk_path): conn = get_conn(name) + table = urllib.parse.unquote_plus(table) pk_values = compound_pks_from_path(pk_path) pks = pks_for_table(conn, table) wheres = [