~mhall119/awstrial/fix-873023

« back to all changes in this revision

Viewing changes to awstrial/templates/base.html

  • Committer: Michael Hall
  • Date: 2011-09-23 14:34:52 UTC
  • mfrom: (242.1.1 trunk)
  • Revision ID: mhall119@ubuntu.com-20110923143452-4jevorw86y3r0x68
[r=newz] Fixes lazr import failures and missing logo

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    {% endif %}
22
22
{% endblock %}
23
23
 
 
24
{% block logo_img %}<img class="png" id="the-logo" src="http://www.ubuntu.com/sites/default/themes/ubuntu10/logo.png" alt="Ubuntu" width="118" height="27" />{% endblock %}
24
25
 
25
26
{% block search %}
26
27
{% endblock %}