Commit graph

13 commits

Author SHA1 Message Date
c25ba8f974 A few style changes for better display. 2020-11-20 00:36:12 +01:00
00f31d8458 Prettify phone number input formatting. Fixes #2 2020-06-07 19:35:19 +02:00
Rémy HUBSCHER
0fef30b760 Reorder routes. 2020-05-27 10:13:33 +02:00
Rémy HUBSCHER
ee44a32ae4 Detect the créer URL before matching product_id. 2020-04-26 16:20:07 +02:00
f108121035 Use the url_for helper rather than direct URLs in templates 2020-04-08 23:21:51 +02:00
6e19f3d339 Better URL handling, thanks to a new url_for() utility 2020-04-08 21:17:19 +02:00
80a61066a0 Reorganize URLs and templates.
Reorganizing the URLs seems to fix an issue with namespace collision in the URLs.

- URLs for product related operations are now in the /produits/ namespace ;
- Templates are now using a formalism of action_subject.html, which makes it simpler to find find them.
2020-04-07 16:41:07 +02:00
8e3e31f98d Allow deletion of a product from the interface 2020-04-07 13:45:03 +02:00
6007a2aa3a first working version for shipping fees 2020-04-05 22:02:02 +02:00
55100260d3 Add support for price updates 2020-04-05 19:08:45 +02:00
c753036573 Fix redirect after delivery copy 2020-04-05 17:47:52 +02:00
66d3d0c609 Add a way to delete a producer 2020-04-04 22:12:22 +02:00
b451a82c7b Reorganize the files,
I've split everything in different concepts (groups, login, products and delivery) so that it's easier to find what we're looking for (the __init__.py file was really too big).
2020-03-13 18:58:54 +01:00