Extract some functions to the app module: preparation for integration tests.
This commit is contained in:
parent
898f2e1160
commit
7f94159852
14 changed files with 605 additions and 521 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use askama::Template;
|
||||
|
||||
use crate::{
|
||||
Context,
|
||||
app::Context,
|
||||
data::{db, model},
|
||||
log::Log,
|
||||
translation::{self, Sentence, Tr},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue