Commit Graph

53 Commits

Author SHA1 Message Date
0b0a401486 Added export of place coords to home conext. 2020-08-20 21:38:01 +02:00
4ea8d16253 Fixed pagiatation 2020-08-16 16:29:04 +02:00
8889314d9e Changed sorting to newest first in PlaceGrid. 2020-08-12 22:00:45 +02:00
1a70c1437e Converted PlaceList into a ListView and added pagination. 2020-08-12 21:53:49 +02:00
aa48af7c91 DeleteView success message 2020-08-12 21:07:13 +02:00
564d20c73e Added success message to deleteview. 2020-08-12 20:56:37 +02:00
0b3aff1d1d Simplified UpdatePlace success message using Mixin. 2020-08-12 20:52:17 +02:00
0cf482dc5c Merge branch 'master' of mowoe.com:reverend/lostplaces-backend 2020-08-12 20:44:13 +02:00
275bec6560 Success message for place update. 2020-08-12 20:44:08 +02:00
852def01d2 Added success and error messages to CreatePlaceView. 2020-08-12 20:35:49 +02:00
1eed5a8283 Throwing message when creating a user 2020-08-12 20:33:09 +02:00
1130ee70d9 Added missing self to get method. 2020-08-12 20:11:25 +02:00
759c42279d Converted last function-based views into class-based-views. 2020-08-12 19:24:04 +02:00
87efccf6c9 Finally removed "hello_world". 2020-08-12 19:14:06 +02:00
78f087fb3c Moved check for submitter to own view, included it in update place. 2020-08-12 19:07:07 +02:00
c0191fc6c4 Added LoginRequiredMixin to check for authenticated user. 2020-08-12 18:59:21 +02:00
c39bbef47c Removed german string, reodered comment. 2020-08-12 18:13:41 +02:00
aff5babb20 Added UserTestMixin to PlaceDeleteView. 2020-08-12 17:18:31 +02:00
313748f5ac Munch simpler solution using link-button. 2020-08-12 12:38:50 +02:00
8b01bbb2ce Added named cancel button that redirects to success_url. 2020-08-12 11:28:11 +02:00
147c0e8dfe Removed obsoleted checkbox form. 2020-08-11 10:34:39 +02:00
98a3c9f22c Unified template names 2020-08-10 20:00:54 +02:00
675cdc5721 Adjusted delete view 2020-08-10 19:54:17 +02:00
68db5fbc7a Fixed missing for scope 2020-08-09 11:40:23 +02:00
89060f4ce0 Removed debug output. 2020-08-07 12:27:54 +02:00
602a8bb1e6 Got Place object in get request. 2020-08-07 12:27:35 +02:00
fe97e02e41 Doesn't do shit. 2020-08-06 22:30:52 +02:00
172e462d1d Dyfunct, but non-breaking WIP commit. :P 2020-08-06 16:57:43 +02:00
985ab2ed75 Unified indentation using 4 spacec according to PEP8. 2020-08-05 18:57:09 +02:00
66404eea87 Fixed typo and / url. 2020-08-04 22:10:31 +02:00
2346f814e7 Removed debug 2020-08-04 20:04:46 +02:00
e74bdd58d2 Removed old django-thumbs thumbnail sizes and a rogue newline. 2020-08-03 21:49:12 +02:00
049b672c00 Dedicated Home View 2020-08-03 19:14:37 +02:00
ca1bc12e88 Resolved merge conflicts. 2020-08-02 22:16:31 +02:00
57c0889c4e Added input field to the signup form and removed crap. 2020-08-02 22:05:25 +02:00
8cbb1baf27 voucher_form.code won't match voucher.code :-( 2020-08-01 21:40:11 +02:00
cd0df727cc Finally got an input form. :-) 2020-08-01 19:21:59 +02:00
81034ef613 Revert "Building a voucher-verify form."
This reverts commit 9bd85aba7a.
2020-08-01 19:08:29 +02:00
ba3f937086 Revert "Building a voucher-verify form."
This reverts commit 9bd85aba7a.
2020-08-01 19:05:13 +02:00
9bd85aba7a Building a voucher-verify form. 2020-08-01 19:00:11 +02:00
ea9b46961b Formatting. 2020-08-01 13:54:52 +02:00
8d15610ca2 Added voucher model. 2020-08-01 13:11:07 +02:00
6029280808 Added shebang to .py files and specified encoding as UTF-8 2020-07-31 14:55:26 +02:00
81a9c756f6 Splitted PlaceEditView into PlaceCrate and PlaceUpdate 2020-07-31 00:27:01 +02:00
2fa4874c08 Small refactoring 2020-07-30 22:33:41 +02:00
Leonhard Strohmidel
bf0d20dbbd Syntax error 2020-07-30 14:27:17 +02:00
Leonhard Strohmidel
29245d1e5f Refactoring 2020-07-30 14:26:52 +02:00
Leonhard Strohmidel
4e9f916169 Enabling mulitple image upload in 1 form 2020-07-30 14:15:28 +02:00
Leonhard Strohmidel
c8380a0073 Added Form for Image Upload to Place Create View 2020-07-30 13:09:00 +02:00
Leonhard Strohmidel
73a6a4f8d8 Comments and Codeformatting 2020-07-30 10:51:05 +02:00