Commit Graph

7 Commits

Author SHA1 Message Date
Ana Gelez
5f8d6b8e0e Rust 2018! () 2020-01-21 07:02:03 +01:00
Marek Ľach
33619abdfb Fix certain improper rendering of forms () 2019-05-06 19:18:53 +01:00
Hugh
a674df3a77 Some corrections to English UI text ()
* Update some UI strings for more natural English

* Correct message text

* Correct message text

* Update the strings everywhere

Because they are also used as base messages for other languages
2019-03-29 20:12:21 +01:00
Baptiste Gelez
7eef4643c8
Update rocket_i18n and add gettext_macros ()
Internationalization now uses proc-macros that generate the .pot file
automatically.
2019-02-02 15:23:50 +01:00
Baptiste Gelez
5880dc1957
Improve search UI () 2019-01-28 13:12:56 +01:00
Trinity Pointard
fcbaf6eee3 Allow to keep query params in paginate
Fix 
2018-12-12 00:52:26 +01:00
Baptiste Gelez
70af57c6e1
Use Ructe ()
All the template are now compiled at compile-time with the `ructe` crate.

I preferred to use it instead of askama because it allows more complex Rust expressions, where askama only supports a small subset of expressions and doesn't allow them everywhere (for instance, `{{ macro!() | filter }}` would result in a parsing error).

The diff is quite huge, but there is normally no changes in functionality.

Fixes  and unblocks  and 
2018-12-06 18:54:16 +01:00