mirror of
https://github.com/pretix/pretix.git
synced 2026-05-16 17:03:58 +00:00
add help text
This commit is contained in:
@@ -3,6 +3,12 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>{% trans "Sync problems" %}</h2>
|
<h2>{% trans "Sync problems" %}</h2>
|
||||||
|
<p>
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
On this page, we provide a list of orders where data synchronisation to an external system has failed.
|
||||||
|
You can start another attempt to sync them manually.
|
||||||
|
{% endblocktrans %}
|
||||||
|
</p>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
|
|||||||
Reference in New Issue
Block a user