{% extends "layout.html" %} {% block title %} Donation Admin {% endblock %} {% block container %} Log out

Fosspay Admin

{% if first %}

You're set up and ready to go! This is your admin panel. Yeah, it's not pretty. Next steps:

  1. Set up a cron job to handle monthly donations. Relevant documentation.
  2. Add some projects. Donors can tell you which project they want to support when they donate.
  3. Customize the look & feel. Look at the contents of the templates directory - you can copy and paste any of these templates into the overrides directory and change it to suit your needs.
  4. Donate to fosspay upstream?
  5. Contribute code to fosspay upstream?
{% endif %}

Projects

{% for project in projects %} {% endfor %}
Project Name One-time Recurring README Button
{{ project.name }} ${{ one_times(project) }} ${{ recurring(project) }} Get Markdown
(not specified) ${{ unspecified_one_times }} ${{ unspecified_recurring }}

Add Project

Donors will not be given a choice of project unless you have at least 2.

Donation History

Email Project Comment Amount Recurring
{% endblock %}