~sahana-eden-jp/+junk/invfix

« back to all changes in this revision

Viewing changes to views/assess/assess_list.html

  • Committer: fuga
  • Date: 2011-04-17 06:53:56 UTC
  • mfrom: (1986.2.4 trunk)
  • Revision ID: fuga35@gmail.com-20110417065356-hzp14dg0twl6y5si
merge nyampire
update ja.py, fix T()

Show diffs side-by-side

added added

removed removed

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