Skip to content

Commit 62255d8

Browse files
authored
rm global header
1 parent ea5bda0 commit 62255d8

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

doc/en/_templates/layout.html

-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
{% extends "!layout.html" %}
22
{% block header %}
3-
<div align="center" xmlns="http://www.w3.org/1999/html" style="background-color: lightgreen; padding: .5em">
4-
<h4>
5-
Want to help improve pytest? Please
6-
<a href="https://www.indiegogo.com/projects/python-testing-sprint-mid-2016#/">
7-
contribute to
8-
</a>
9-
or
10-
<a href="announce/sprint2016.html">
11-
join
12-
</a>
13-
our upcoming sprint in June 2016!
14-
15-
</h4>
16-
</div>
173
{{super()}}
184
{% endblock %}
195
{% block footer %}

0 commit comments

Comments
 (0)