Skip to content

move warning logic to template

Hayat requested to merge double-warning-user-level-studies into master

Before, the warning was part of dispatch() and thus would get called and displayed twice (once for GET and POST). Moving the warning logic to the template prevents this.

Edited by Hayat

Merge request reports