CMS club page: redirection to parent page
This commit is contained in:
parent
4580f8bf0f
commit
80188fa88d
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
{% extends "cofcms/base.html" %}
|
{% extends "cofcms/base.html" %}
|
||||||
|
|
||||||
|
{% block extra_head %}
|
||||||
|
<meta http-equiv="refresh" content="0; url=../">
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>
|
<h2>
|
||||||
Comment t'es arrivé⋅e ici toi ?
|
Comment t'es arrivé⋅e ici toi ?
|
||||||
|
|
Loading…
Reference in a new issue