~registry/ubuntu-teamreports/trunk

« back to all changes in this revision

Viewing changes to teamreports/templates/index.html

  • Committer: Daniel Holbach
  • Date: 2010-04-16 10:07:59 UTC
  • Revision ID: daniel.holbach@canonical.com-20100416100759-eqgm3ai408shfyzn
add proposal management form, use DateFields, add possibility to mark proposals for deletion

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  <div class="maintable">
20
20
    <table>
21
21
      <tr>
22
 
        <td id="left" td width="50%" valign="top">
 
22
        <td id="left" td width="60%" valign="top">
23
23
          <h2>{% trans "Current Team Reports" %}</h2>
24
24
          <ul>
25
25
          {% if reports %}
37
37
            {% if user.is_authenticated %}
38
38
              <li><a href="add-report"><b>{% trans "Edit report" %}</b></a></li>
39
39
              <li><a href="{% url propose-team %}">{% trans "Propose your team" %}</a></li>
40
 
              <li><i><a href="{% url manage %}">{% trans "Manage Ubuntu Team Reports (admins only)" %}</a></i></li>
 
40
              <li><a href="manage-proposals">{% trans "Review proposals (admins only)" %}</a></li>
41
41
            {% else %}
42
42
              <li>{% trans "Edit report" %}</b></li>
43
43
              <li>{% trans "Propose your team" %}</li>
44
 
              <li><i>{% trans "Review proposals (admins only)" %}</i></li>
 
44
              <li>{% trans "Review proposals (admins only)" %}</li>
45
45
            {% endif %}
46
46
          </ul>
47
47
        </td>