Fixed #132 -- Reverse payment fee calculation

This commit is contained in:
Raphael Michel
2016-03-13 19:10:45 +01:00
parent 0bff010ea0
commit 9efce8f203
8 changed files with 199 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
{% extends "pretixcontrol/base.html" %}
{% load i18n %}
{% block content %}
<h1>{% trans "Help center" %}</h1>
{% block inner %}
{% endblock %}
{% endblock %}