Compare commits
No commits in common. "8f62cfd3f49d771ad14762e7883e1b670b895677" and "99698c388fd72422d1b918c5f28c70ad8eae68cf" have entirely different histories.
8f62cfd3f4
...
99698c388f
4 changed files with 2 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 122 KiB |
|
@ -118,7 +118,7 @@
|
|||
<a href="/videos/women-2017-to-2020-t-shirt-sizing.jpg" target="_blank" class="black-60">Women's</a>,
|
||||
<a href="/videos/men-2017-to-2020-t-shirt-sizing.jpg" target="_blank" class="black-60">Men's</a></p>
|
||||
<figure class="mt2">
|
||||
<img src="/static/img/tshirt-2024.png" alt="Software Freedom Conservancy T-shirt" width="200">
|
||||
<img src="/static/img/tshirt-2023.png" alt="Software Freedom Conservancy T-shirt" width="200">
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -195,9 +195,6 @@ def sustainers_stripe(request):
|
|||
return render(request, 'supporters/sustainers_stripe.html', {'form': form})
|
||||
|
||||
|
||||
# Use a "restricted" API key and grant access to:
|
||||
# - checkout sessions (write)
|
||||
# - credit notes (read) - unclear why, subscription sign-ups fail otherwise
|
||||
stripe.api_key = settings.STRIPE_API_KEY
|
||||
if stripe.api_key == '':
|
||||
logger.warning('Missing STRIPE_API_KEY')
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span>
|
||||
|
||||
<div style="overflow: auto; text-align: center;">
|
||||
<a href="/img/tshirt-2024.png"><img src="{% static 'img/tshirt-2023.png' %}" height="300"/></a>
|
||||
<a href="/img/tshirt-2023.png"><img src="{% static 'img/tshirt-2023.png' %}" height="300"/></a>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue