~jgeralnik/sahana-eden/bugfixes

« back to all changes in this revision

Viewing changes to views/org/organisation_assess_list.html

  • Committer: Fran Boon
  • Date: 2010-12-23 22:26:22 UTC
  • Revision ID: fran@aidiq.com-20101223222622-3zttxphsn82g0t8d
Consistency: Hide 'Add Assessment' button if not logged-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{{extend "layout.html"}}
2
2
{{include "_list.html"}}
3
 
<a id="add-btn" class="action-btn" href="{{=URL(r=request, c="assess", f="basic_assess")}}">Add Assessment</a>
 
 
b'\\ No newline at end of file'
 
3
{{if auth.is_logged_in():}}
 
4
<a id='add-btn' class='action-btn' href='{{=URL(r=request, c="assess", f="basic_assess")}}'>Add Assessment</a>
 
5
{{else:}}
 
6
{{pass}}
 
 
b'\\ No newline at end of file'