mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 20:01:51 +02:00
social media links in home page
This commit is contained in:
parent
75b81c2861
commit
761a28770c
3 changed files with 9 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}Créer un compte{% endblock %}
|
||||
{% block content_title %}Créer un compte{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p class="desktop-hidden mobile-content-title">
|
||||
{% block content_title %}Créer un compte{% endblock %}
|
||||
</p>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
|
|
|
@ -57,7 +57,7 @@ MIDDLEWARE = [
|
|||
ROOT_URLCONF = "la_chariotte.urls"
|
||||
|
||||
LOGIN_URL = "accounts:login"
|
||||
LOGIN_REDIRECT_URL = "home"
|
||||
LOGIN_REDIRECT_URL = "order:index"
|
||||
LOGOUT_REDIRECT_URL = "home"
|
||||
|
||||
TEMPLATES = [
|
||||
|
|
|
@ -48,6 +48,11 @@
|
|||
<a class="button is-info is-light" href="https://hashbang.fr/chariotte-news-3.html" target="_blank">3. La Chariotte comptable, mendiante et confiante</a>
|
||||
<a class="button is-info" href="mailto:laetitia@chariotte.fr?subject=Inscription à la lettre d'information !">Etre au courant de la suite !</a>
|
||||
</div>
|
||||
<p>Et suivez la Chariotte sur
|
||||
<a href="https://www.facebook.com/profile.php?id=100091984176981" target="_blank" rel="noopener">Facebook</a>,
|
||||
<a href="https://www.linkedin.com/company/la-chariotte-commandes-groupees/" target="_blank" rel="noopener">Linkedin</a> ou
|
||||
<a href="https://mastodon.scop.coop/@la_chariotte" target="_blank" rel="noopener">Mastodon</a> !
|
||||
</p>
|
||||
</div>
|
||||
<div class="box is-info">
|
||||
<p class="subtitle">Merci à ceux et celles qui soutiennent la Chariotte financièrement !</p>
|
||||
|
|
Loading…
Reference in a new issue