comparison website/issues/html/user.help.html @ 6119:53e9694788f5

Replace X.has_key('y') with x in y Make it python3 compatible.
author John Rouillard <rouilj@ieee.org>
date Tue, 03 Mar 2020 20:58:16 -0500
parents c2d0d3e9099d
children 7146b68ac263
comparison
equal deleted inserted replaced
6118:e6073c2291c6 6119:53e9694788f5
6 field request/form/property/value"> 6 field request/form/property/value">
7 <head> 7 <head>
8 <link rel="stylesheet" type="text/css" href="@@file/style.css" /> 8 <link rel="stylesheet" type="text/css" href="@@file/style.css" />
9 <meta http-equiv="Content-Type" 9 <meta http-equiv="Content-Type"
10 tal:attributes="content string:text/html;; charset=${request/client/charset}" /> 10 tal:attributes="content string:text/html;; charset=${request/client/charset}" />
11 <tal:block tal:condition="python:request.form.has_key('property')"> 11 <tal:block tal:condition="python:'property' in request.form">
12 <title><tal:x i18n:translate=""><tal:x i18n:name="property" 12 <title><tal:x i18n:translate=""><tal:x i18n:name="property"
13 tal:content="property" i18n:translate="" /> help - <span i18n:name="tracker" 13 tal:content="property" i18n:translate="" /> help - <span i18n:name="tracker"
14 tal:replace="config/TRACKER_NAME" /></tal:x></title> 14 tal:replace="config/TRACKER_NAME" /></tal:x></title>
15 <script language="Javascript" type="text/javascript" 15 <script language="Javascript" type="text/javascript"
16 tal:condition=false 16 tal:condition=false

Roundup Issue Tracker: http://roundup-tracker.org/