~gmdduf/lava-dispatcher/gauss-support

« back to all changes in this revision

Viewing changes to lava/scheduler/interface/templates/base.html

  • Committer: Michael-Doyle Hudson
  • Date: 2011-04-20 05:15:27 UTC
  • mfrom: (40.1.4 sampledata)
  • Revision ID: michael.hudson@linaro.org-20110420051527-qe20ozgianbfkzuq
add some sample data to ease interactive playing around and give staff a link to the admin area

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
          <ul class="menu">
40
40
            <li><a href="{% url scheduler_app.index %}">{% trans "Home" %}</a></li>
41
41
            <li><a href="{% url scheduler_app.submit %}">{% trans "Submit job" %}</a></li>
 
42
            {% if user.is_staff %}
 
43
            <li><a href="{% url admin:index %}">{% trans "Admin" %}</a></li>
 
44
            {% endif %}
42
45
          </ul>
43
46
          {% endblock %}
44
47
          <div id="breadcrumbs">