Retain documentation version when navigating paginated links.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 6 Jan 2019 21:32:02 +0000 (16:32 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 6 Jan 2019 21:32:02 +0000 (16:32 -0500)
commitdf278a084b9ed1523bc688d80acf2c1ee76ec46d
treed87f573b3cf228254f7d89536b39cc93c476c500
parent1d78793add2c65545f7f37dbd75ab7decc399cea
Retain documentation version when navigating paginated links.

The old code always raised an exception as the variable being checked
was not defined at that point. Now, it checks the variable that one
expects to be set.
pgweb/search/views.py