Links in standalone mode should force standalone mode
Created by: mutalyzerbot
Original ticket: https://humgenprojects.lumc.nl/trac/mutalyzer/ticket/97 Original date: 2012/06/07 Original reporter: martijn
If we are in standalone mode (querystring parameter standalone=1), all links to the namechecker should also force standalone mode (i.e. add the same querystring parameter).
This is quite hard to accomplish in a non-ugly way with TAL, so it is postponed till we have switched to another template engine.
Also see the (disabled) unit test test_website.py:TestWSGI.test_check_noninteractive_links.