~sylvain-pineau/launchpad-results/trend-reports-yui3

« back to all changes in this revision

Viewing changes to templates/projects.html

  • Committer: Marc Tardif
  • Date: 2011-07-25 17:11:24 UTC
  • Revision ID: marc.tardif@canonical.com-20110725171124-0gg693yorqv2sxbf
Added script for importing submissions from Launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
{% block watermark %}{% trans "Projects" %}{% endblock %}
15
15
 
16
16
{% block content %}
17
 
  There are some projects tested.
 
17
  These are the projects tested.
18
18
 
19
19
  {% include "project/search.html" %}
20
20
{% endblock %}