~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/project_fragment.html

Created a new view for IVLE, allowing lecturers and tutors to 
administrate projects.

At the moment, this new view can add projectsets, and add projects.
It can also view the details of a project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<li xmlns='http://www.w3.org/1999/xhtml'
 
2
    xmlns:py='http://genshi.edgewall.org/'
 
3
    id='project_${project.id}'>
 
4
    <a href='${project_url}'><h4>${project.short_name} - ${project.name}</h4></a>
 
5
  <p>${project.synopsis}</p>
 
6
</li>