Hello everyone, I think I have an issue that can not be resolved that easy 
to be quite honest I have a custom form and an post form on the same page 
my issue is I think I made a mistake with the design since it is all in 
between tabs see screenshot attached.

So my question would be is there a better solution or should I restyle the 
whole page ? 

Here is the code aswell for reference :

    <div id="Activity" class="tabcontent">
      {{if len(activities_project):}}
        <h2>Activity </h2>
        <br/>
        <p>
        {{for activity in activities_project:}}
          <p>{{=projects.project_name}} says <i>{{=activity.body}} Posted 
on {{=activity.created_on}} by {{=activity.created_by.first_name}}
            {{=activity.created_by.last_name}}</i>
          </p>
        {{pass}}
        </p>
      {{else:}}
        <h2>No comments posted yet</h2>
      {{pass}}
      {{=form_activity}}
    </div>
    {{=form.custom.submit}}
    {{=form.custom.end}}
   
 


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/15d1ccea-f290-4d54-9ce7-04e7a656f0cdn%40googlegroups.com.

Reply via email to