Added buttons in the footer that lead to MISSING and PROBLEMS mega-threads

This commit is contained in:
jyamihud 2022-04-04 21:52:17 +03:00
parent 3a77decb36
commit 4abb426020

View file

@ -175,9 +175,28 @@ def source_code_link(page):
page = page + "<br><br><hr><p>This website is under the GNU AGPL license.</p>"
page = page + """
<form action=https://notabug.org/jyamihud/FreeCompetitors>
<button type="submit">Source Code</button>
</form><br><br>
<style>
table, th, td {
border-right:none;
border-left:none;
border-bottom:none;
border-top:none
}</style>
<table><tr>
<th><form action=https://notabug.org/jyamihud/FreeCompetitors>
<button type="submit">SOURCE CODE</button>
</form></th>
<th><form action=https://notabug.org/jyamihud/FreeCompetitors/issues/25>
<button type="submit">REPORT MISSING SOFTWARE</button>
</form></th>
<th><form action=https://notabug.org/jyamihud/FreeCompetitors/issues/24>
<button type="submit">REPORT ISSUE WITH SOFTWARE</button>
</form></th></tr></table><br><br>
"""