On Apr 4, 2011, at 2:04 PM, pk wrote:
> 
> my view:
> 
> <div class="portfolio">
>   <p><img src="{{=URL('static','images/bewertung.png')}}" alt="WOGRA
> Consulting - Bewertung"/></p>
>   <div class="clear"></div>
> </div>
> {{for angestellte in mitarbeiter:}}
>   <div class="portfolio">
>   <a href="{{=URL(r=request,f='bewertung',f='einzelmitarbeiter',

This is the error; you've got two f= arguments. Did you mean c= for one of them?


> args=[angestellte.id])}}" rel="prettyPhoto[photos]" title="
>   {{=angestellte.first_name}} {{=angestellte.last_name}}"><img
> src="{{=URL(r=request,f='download',args=[angestellte.picture])}}"
>   alt="" class="i-portfolio p-left"/></a>
>   </div>
> {{pass}}
> 
> On 4 Apr., 23:00, pk <[email protected]> wrote:
>> here is a link of the bug:http://bugs.python.org/issue3219
>> 
>> On 4 Apr., 23:00, pk <[email protected]> wrote:
> 


Reply via email to