There's an error in the Application Exhibition 2.0 index.html view:

<div class="url_proyect"><strong>Project (URL):</strong>
{{=A(app.url,_href=app.url)}}</div>
<div class="url_download"><strong>Download (URL):</strong>
{{=A(app.url_download, _href=app.url)}}</div>
<div class="url_demo"><strong>Demo (URL):</strong> {{=A(app.url_demo,
_href=app.url)}}</div>

The download and demo href's are both set to app.url instead of
app.url_download and app.url_demo. So, the correct URL text is
displayed, but the actual hyperlinks point to the wrong URL.

Anthony

On Dec 15, 9:45 am, NetAdmin <mr.netad...@gmail.com> wrote:
>  Hello All,
>
>  THIS IS THE FINAL DAY!
>
>  The deadline for submissions for the
>  Web2py Application Exhibition is December 15th 2010
>
>  You can start submitting and voting for the entries
>  for the Web2py Application Exhibition Version 2.0
>
>  To get started, go to the following link...
>  http://w2pexhibition.appspot.com/
>
>  There is a sample application entry by Martin Mulone
>  that will give you an idea of how to use the
>  voting application.
>
>  Many thanks to Martin Mulone for coding the app
>  to handle submission and voting!
>
>  Good Luck!
>
>  Mr.NetAdmin

Reply via email to