I have some special instructions that I display when the user is asking a question. This is simple, just using the `$this->template` variable. But when a user edits the question, `$this->template` is 'question' instead of 'ask'.
Is there another way to detect if the user is on the edit form?
UPDATE: see my answer. Is there a better way in v1.4?? qa_get('state') and $_GET['state'] are both blank.