File tree Expand file tree Collapse file tree
users/templates/users/auth Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 CAS_{{ code }}
1818{% endblock errcode %}
1919
20- {% block debug %}
21- {{ debug }}
22- {% endblock debug %}
20+ {% block debug %}{{ debug }}{% endblock %}
Original file line number Diff line number Diff line change 1414 {% endblock expl %}
1515 </ p >
1616
17- < a href ="/ " class ="button tiny "> Retour</ a > < br >
17+ < a href ="/ " class ="button tiny "> Retour</ a > < br > < br >
1818
19- < small style ="color: grey; "> Code d'erreur: {% block errcode %}ERR_UNKNOWN{% endblock %}</ small >
19+ < p >
20+ L'erreur persiste ? Fais un screenshot de cette page et envoie là à
21+ < a href ="mailto:contact@dochub.be ">
22+ contact@dochub.be</ a > , on se fera un plaisir de t'aider !
23+ </ p >
24+
25+ < small style ="color: grey; ">
26+ Code d'erreur: {% block errcode %}ERR_UNKNOWN{% endblock %}
27+ < br >
28+ Date: {% now "c" %}
29+ </ small >
2030
21- < pre style ="color: grey; font-size: .5em ">
22- {% block debug %}
23- {% endblock debug %}
24- </ pre >
31+ < pre style ="color: grey; font-size: .8em; white-space: pre-wrap; ">
32+ Contexte: {% block debug %}
33+ {% endblock debug %}
34+ </ pre >
2535
2636 </ div >
2737 </ div >
You can’t perform that action at this time.
0 commit comments