rm global header
This commit is contained in:
parent
ea5bda0898
commit
62255d8000
|
@ -1,19 +1,5 @@
|
||||||
{% extends "!layout.html" %}
|
{% extends "!layout.html" %}
|
||||||
{% block header %}
|
{% block header %}
|
||||||
<div align="center" xmlns="http://www.w3.org/1999/html" style="background-color: lightgreen; padding: .5em">
|
|
||||||
<h4>
|
|
||||||
Want to help improve pytest? Please
|
|
||||||
<a href="https://www.indiegogo.com/projects/python-testing-sprint-mid-2016#/">
|
|
||||||
contribute to
|
|
||||||
</a>
|
|
||||||
or
|
|
||||||
<a href="announce/sprint2016.html">
|
|
||||||
join
|
|
||||||
</a>
|
|
||||||
our upcoming sprint in June 2016!
|
|
||||||
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
{{super()}}
|
{{super()}}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
|
|
Loading…
Reference in New Issue