Fix donation button image on admin page

master
Drew DeVault 9 years ago
parent e22d5ea193
commit b7cc9174f1
  1. 4
      templates/admin.html

@ -129,8 +129,8 @@
<p> <p>
You can include a donation button in various places to You can include a donation button in various places to
drive people to your donation page. Here's how it looks: drive people to your donation page. Here's how it looks:
<a href=".."> <a href="{{root}}">
<img src="../static/donate-with-fosspay.png" /> <img src="{{root}}/static/donate-with-fosspay.png" />
</a> </a>
</p> </p>
<p>If you add <code>?project=1</code> to your URL, it will pre-select that project <p>If you add <code>?project=1</code> to your URL, it will pre-select that project

Loading…
Cancel
Save