Merge branch 'master' of github.com:seantis/seantis-questionnaire

EmailTemplateFixes
Denis Krienbühl 2012-02-21 09:48:13 +01:00
commit 191e70ae72
2 changed files with 1 additions and 3 deletions

View File

@ -10,6 +10,7 @@
.question-text {
font-size: 1.3em;
line-height: 1.3em;
}
div.input {

View File

@ -828,9 +828,6 @@ def answer_summary(questionnaire, answers=None):
def has_tag(tag, runinfo):
""" Returns true if the given runinfo contains the given tag. """
if tag == '<any>':
return True
return tag in (t.strip() for t in runinfo.tags.split(','))
def dep_check(expr, runinfo, answerdict):