~wgrant/python-oops-tools/fix-str-coerce-list

« back to all changes in this revision

Viewing changes to src/oopstools/oops/templates/base.html

  • Committer: Tarmac
  • Author(s): James Westby
  • Date: 2012-06-11 08:36:00 UTC
  • mfrom: (33.1.1 remove-lp-branding)
  • Revision ID: launchpad@pqm.canonical.com-20120611083600-k9x9yp0vnc7kaic0
Remove the LP branding from the front page.

The service isn't Launchpad specific, and so saying
"Search Launchpad OOPS Reports" is incorrect.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
 
    <title>{% block title %}Search Launchpad OOPS Reports{% endblock %}</title>
 
5
    <title>{% block title %}Search OOPS Reports{% endblock %}</title>
6
6
    <style type="text/css" media="screen">
7
7
      @import url("/oops/static/oops.css");
8
8
    </style>
9
9
  </head>
10
10
  <body>
11
11
    <div id="search">
12
 
      {% block logo %}
13
 
        <img src="https://launchpad.net/@@/launchpad-logo-and-name.png" />
14
 
      {% endblock %}
15
12
    <form action="">
16
13
      <input type="text" name="oopsid" />
17
14
      <input type="submit" value="Search OOPS" />