Major template overhaul...
This commit contains the removal of html from 'the important' models or at least contains replacements for model methods such as `print_as...()`, etc. etc. Except for `header_as_li`, methods are not completely deleted yet. > Fixed/Improved the nested comments and comments in reports. They were not shown before. > Improved DRY principle in several templates/codes. > Created Managers in the `submissions` app to filter i.e. "pool" submissions (so exclude potential author from judging on his own publication) for the pool view in the query; not in the template! > More...
Showing
- commentaries/models.py 0 additions, 27 deletionscommentaries/models.py
- commentaries/templates/commentaries/_commentary_card_content.html 11 additions, 0 deletions...ries/templates/commentaries/_commentary_card_content.html
- commentaries/templates/commentaries/commentary_detail.html 1 addition, 8 deletionscommentaries/templates/commentaries/commentary_detail.html
- commentaries/templates/commentaries/commentary_header_li.html 0 additions, 13 deletions...entaries/templates/commentaries/commentary_header_li.html
- commentaries/templates/commentaries/commentary_list.html 38 additions, 22 deletionscommentaries/templates/commentaries/commentary_list.html
- commentaries/templates/commentaries/request_commentary.html 1 addition, 1 deletioncommentaries/templates/commentaries/request_commentary.html
- commentaries/views.py 7 additions, 3 deletionscommentaries/views.py
- comments/models.py 14 additions, 99 deletionscomments/models.py
- comments/templates/comments/_comment_card_content.html 31 additions, 0 deletionscomments/templates/comments/_comment_card_content.html
- comments/templates/comments/_comment_card_extended_content.html 8 additions, 0 deletions...ts/templates/comments/_comment_card_extended_content.html
- comments/templates/comments/_comment_categories.html 30 additions, 0 deletionscomments/templates/comments/_comment_categories.html
- comments/templates/comments/_comment_voting_form.html 20 additions, 0 deletionscomments/templates/comments/_comment_voting_form.html
- comments/templates/comments/_comment_voting_summary.html 5 additions, 0 deletionscomments/templates/comments/_comment_voting_summary.html
- comments/templates/comments/_single_comment.html 54 additions, 0 deletionscomments/templates/comments/_single_comment.html
- comments/templates/comments/_single_comment_with_link.html 12 additions, 0 deletionscomments/templates/comments/_single_comment_with_link.html
- comments/templates/comments/reply_to_comment.html 4 additions, 4 deletionscomments/templates/comments/reply_to_comment.html
- journals/models.py 0 additions, 23 deletionsjournals/models.py
- journals/templates/journals/_publication_card_content.html 12 additions, 0 deletionsjournals/templates/journals/_publication_card_content.html
- journals/templates/journals/scipost_physics.html 14 additions, 25 deletionsjournals/templates/journals/scipost_physics.html
- journals/templates/journals/scipost_physics_accepted.html 4 additions, 2 deletionsjournals/templates/journals/scipost_physics_accepted.html
Loading
Please register or sign in to comment