Skip to content
Snippets Groups Projects
Commit 1046b055 authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Added a bunch of static pages

parent 150f9154
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% block "content" %}
<h2>Activités</h2>
<p>
TODO : liste des activités, planning et infos si vous voulez proposez une activité
</p>
{% endblock %}
\ No newline at end of file
{% extends "base.html" %}
{% block "content" %}
<h2>Une question ?</h2>
<p>Une réponse</p>
<h2>Une question ?</h2>
<p>Une réponse</p>
<h2>Une question ?</h2>
<p>Une réponse</p>
{% endblock %}
\ No newline at end of file
......@@ -4,4 +4,6 @@ from . import views
urlpatterns = [
path('', views.static_view, {"slug":"home"}, name = 'home'),
path('inscription/', views.static_view, {"slug":"inscription"}, name = 'inscription'),
path('activites/', views.static_view, {"slug":"activites"}, name = 'activites'),
path('faq/', views.static_view, {"slug":"faq"}, name = 'FAQ'),
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment