Merge branch 'master' of github.com:seantis/seantis-questionnaire
commit
191e70ae72
|
@ -10,6 +10,7 @@
|
|||
|
||||
.question-text {
|
||||
font-size: 1.3em;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
div.input {
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue