furmeet-bot/webproj/templates/python_licenses.haml

22 lines
505 B
Plaintext

- extends 'base.haml'
- block 'title'
Python Licenses | {{ block.super }}
- block 'headerText'
Python Licenses
- block 'content'
:css
table > tbody > tr > *:nth-child(2) {
display: none;
}
table > tbody > tr > * {
border: 1px solid black;
background-color: white;
}
- include 'licenses.html'
%p<
Autogenerated with
%span>= ' '
%a(href="https://pypi.org/project/pip-licenses/")> pip-licenses