Group post by 12 instead of 10

Fix #251
This commit is contained in:
Trinity Pointard 2018-10-28 11:26:24 +01:00
parent 0bb719830a
commit cbbd0ca920
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ macro_rules! may_fail {
};
}
const ITEMS_PER_PAGE: i32 = 10;
const ITEMS_PER_PAGE: i32 = 12;
#[derive(FromForm)]
pub struct Page {