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

« back to all changes in this revision

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

Sentence-case the 'No Projects'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  <py:choose test='len(projects)'>
19
19
    <py:when test="0">
20
20
      <ul id="projectslist_${projectset_id}" class="emptylist">
21
 
        <h4>No Projects</h4>
 
21
        <p>No projects.</p>
22
22
      </ul>
23
23
    </py:when>
24
24
    <py:otherwise>