Commit aac4e02
64 mal comportamiento del filtro de tags y ofertas inactivas (#552)
* Added pytest as a runner
* Added pytest as a runner on Makefile
* Added joboffers app
* Some fixes to the JobOffer model
* Added initial joboffer detail
* Added initial job offer add form
* Changed joboffer's urls to use their namespace
* Added some basic pytest's fixtures
* Updated JobOffer's factory to include all the needed fields
* Added joboffer creation test
* Added joboffer admin page
* Moved add button to bottom of the page (joboffers)
* Added search button in admin page (joboffers)
* Added joboffer edit view
* Changed joboffer's choices to their long version
* Fixed javascript filtering tags for joboffers
Co-authored-by: Juan Manuel Schillaci <[email protected]>
Co-authored-by: Ian Puchetti <[email protected]>1 parent f2d2639 commit aac4e02
File tree
3 files changed
+13
-5
lines changed- community/templates
- joboffers/templates/joboffers
- static/js
3 files changed
+13
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments