File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1>PyWPS-4 example service</h1>
23
23
< ul >
24
24
{% for name, abstract in process_descriptor.items() %}
25
25
< li > < b > {{ name }}</ b > - {{ abstract }}</ li >
26
- < a href ='{{ server_url }}?request=DescribeProcess&service=WPS&identifier=all &version=1.0.0 ' target ="_blank " title ='{{ server_url }}?request=DescribeProcess&service=WPS&identifier={{ name }}&version=1.0.0 '> < img src ="/static/pics/PyWPS-DescribeProcess-green.svg " /> </ a >
26
+ < a href ='{{ server_url }}?request=DescribeProcess&service=WPS&identifier={{name}} &version=1.0.0 ' target ="_blank " title ='{{ server_url }}?request=DescribeProcess&service=WPS&identifier={{ name }}&version=1.0.0 '> < img src ="/static/pics/PyWPS-DescribeProcess-green.svg " /> </ a >
27
27
{% endfor %}
28
28
</ ul >
29
29
You can’t perform that action at this time.
0 commit comments