La version 5 de Planète Casio. Regroupe le forum, les programmes, les tutoriel, les sprites et tous les autres outils développés par nos soins.
Go to file
Lephe 4f02160ebb navbar: fix bad behaviour when the user is authenticated
The News menu would not open when the user is authenticated,
leaving an empty menu area. Instead, the third button (Forum)
would open the News menu, shifthing every menu down a button.

This was caused by a bad selection query when getting the list
of menus; essentially the selection was equivalent to "#menu div".
Authenticated users have a div in the Account menu with their
name, so this div was mistaken for the second menu.

The problem was fixed by using a different selection equivalent
to "#menu > div" to get the list of menus.
2019-02-10 10:05:24 +01:00
app navbar: fix bad behaviour when the user is authenticated 2019-02-10 10:05:24 +01:00
assets templates: slightly restructure and improve design 2019-02-09 11:32:08 +01:00
migrations admin: start a panel with a database filler 2019-02-04 16:41:29 +01:00
.gitignore Correction des EOF 2019-02-05 23:25:16 +01:00
README.md Django est mort, vive Flask ! 2018-02-23 23:34:06 +01:00
REQUIREMENTS.md Django est mort, vive Flask ! 2018-02-23 23:34:06 +01:00
V5.py Modifications générales du style, finalisation du formulaire d'inscritpion 2018-11-12 23:27:49 +01:00
config.py templates: slightly restructure and improve design 2019-02-09 11:32:08 +01:00
package.txt Django est mort, vive Flask ! 2018-02-23 23:34:06 +01:00

README.md

Planète Casio v5

Style de code

  • L'indentation se fait avec des tabulations
  • Merci d'essayer de respecter les 80 colonnes max