Skip to content
Snippets Groups Projects
Commit c64a64b4 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

remove IG sync tool, add pre-commit hooks

parent 7753df9a
No related branches found
No related tags found
No related merge requests found
Pipeline #13600 failed
shared/static/shared/instagram.webp

38 KiB

......@@ -77,27 +77,6 @@
</div>
</li>
<li class="card">
<a href="{% url "instagram_token:index" %}" target="_blank">
<img
src="{% static "shared/instagram.webp" %}"
alt="Kalkulačka přístupových tokenů do Instagramu"
class="w-full h-48 object-cover"
>
</a>
<div class="p-4">
<h2 class="mb-2 text-xl font-bold">
<a href="{% url "instagram_token:index" %}" target="_blank">
Kalkulačka přístupových tokenů do Instagramu
</a>
</h2>
<div class="font-light text-sm break-words">
Přihlášením svým účtem získáš přístupové údaje, které můžeš využít pro
synchronizaci obsahu na domovské stránce pirati.cz.
</div>
</div>
</li>
<li class="card">
<a href="{% url "asset_server_resize:index" %}">
<img
......
......@@ -2,8 +2,6 @@ from django.shortcuts import render
# Create your views here.
def index(request):
return render(
request,
"shared/index.html"
)
return render(request, "shared/index.html")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment