Add a RON API to search recipes by title + a bit of refactoring
This commit is contained in:
parent
a3f61e3711
commit
084f7ef445
26 changed files with 499 additions and 333 deletions
|
|
@ -21,6 +21,8 @@
|
|||
(DatabaseError, "Database error"),
|
||||
(TemplateError, "Template error"),
|
||||
|
||||
(SearchPlaceholder, "Search by title"),
|
||||
|
||||
(SignInMenu, "Sign in"),
|
||||
(SignInTitle, "Sign in"),
|
||||
(SignInButton, "Sign in"),
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
(DatabaseError, "Erreur de la base de données (Database error)"),
|
||||
(TemplateError, "Erreur du moteur de modèles (Template error)"),
|
||||
|
||||
(SearchPlaceholder, "Recherche par titre"),
|
||||
|
||||
(SignInMenu, "Se connecter"),
|
||||
(SignInTitle, "Se connecter"),
|
||||
(SignInButton, "Se connecter"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue