You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% block title %}Help for {{ auction }}{% endblock %}
3
+
{% load static %}
4
+
{% block content %}
5
+
{% include 'auction_ribbon.html' %}
6
+
<h5>Help and support</h5>
7
+
<div>
8
+
This video will walk you through the entire process of running your auction.
9
+
</div>
10
+
{% include 'youtube_embed.html' with videoId=auction.video_tutorial chapters=auction.video_tutorial_chapters %}
11
+
<div>
12
+
<h5>Still got questions?</h5>
13
+
<ahref="{% url 'faq' %}">The FAQ covers nearly all questions</a><p>
14
+
</div>
15
+
<div>
16
+
<h5>Found a bug? Got a request for a new feature?</h5>
17
+
<ahref="https://github.com/iragm/fishauctions/issues/">Open a GitHub issue</a><br>
18
+
<small><spanclass='text-muted'>Github is the best place to report issues and suggest features, as other uses can provide feedback.</span></small><p>
19
+
</div>
20
+
<div>
21
+
<h5>Still need help?</h5>
22
+
Contact me at {{ admin_email | urlize }}<br>
23
+
<small><spanclass='text-muted'>Please, watch the video and read the FAQ <spanclass='text-warning'>before</span> emailing. This is a volunteer-run project and help is provided on a limited basis.</span></small>
Copy file name to clipboardExpand all lines: auctions/templates/auction_ribbon.html
+3-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ <h3>{{auction}}</h3>
17
17
<li>{% if auction.admin_checklist_additional_admin %}<iclass="bi bi-check-square-fill text-success"></i>{% else %}<iclass="bi bi-exclamation-square-fill text-danger"></i>{%endif%} Click a name to edit that user and <ahref="/auctions/{{auction.slug}}/users">add an additional admin</a> to help you set lot winners</li>
18
18
{% endif %}
19
19
</ul>
20
-
<smallclass="'text-muted">This message will disappear once you've finished setting up your auction.</small>
20
+
<div>Having trouble? <ahref='{% url "auction_help" slug=auction.slug %}'>Click here to get help</a></div>
21
+
<smallclass="text-muted">This message will disappear once you've finished setting up your auction.</small>
<pclass="mb-0">I was reluctant at first, but after buying and selling, I am convinced this is the next generation of fish auctions. I love the fact my fish don't sit on a cold table all day long.</p>
<pclass="mb-0">I was reluctant at first, but after buying and selling, I am convinced this is the next generation of fish auctions. I love the fact my fish don't sit on a cold table all day long.</p>
0 commit comments