Skip to content

Commit

Permalink
Fixes #248: Translation page broken in Django 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Oct 2, 2020
1 parent 1e3db45 commit e0d66d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Version History
===============


Version 0.9.5 (unreleased)
--------------------------
Version 0.9.5
-------------
* Fixed DeprecationWarning: invalid escape sequence (#234, Thanks @jayvdb)
* Fixed typo in documentation (#232, thanks @timgates42)
* Added Kyrgyz translation (#239,thanks @Soyuzbek)
Expand All @@ -13,6 +13,7 @@ Version 0.9.5 (unreleased)
* Dropped support for Django 1.11 and Python 2
* Test against Django 3.1a
* Do not show Rosetta link in admin panel if user has no access to translations (#240, thanks @mondeja)
* Django 3.1: force #changelist to display:block (#248 thanks @realsuayip and @mondeja)


Version 0.9.4
Expand Down
3 changes: 3 additions & 0 deletions rosetta/templates/rosetta/css/rosetta.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ div.module {margin-bottom: 20px;}
#toolbar form { float:left; }
#changelist table thead th { padding: 2px 5px; }

#changelist {
display: block !important;
}

.info-tip::after {
content: '?';
Expand Down

0 comments on commit e0d66d1

Please sign in to comment.