diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-03 12:43:34 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-03 12:43:34 +0100 |
commit | 1e1fd6f24da7b7bf08f7b26956a9467477265fff (patch) | |
tree | c4bdd249c6f22cf135bc6746a73174db42b42da9 /themes | |
parent | a678f9df3893c200f7555791f6c82730c3b3dd45 (diff) | |
download | wallabag-1e1fd6f24da7b7bf08f7b26956a9467477265fff.tar.gz wallabag-1e1fd6f24da7b7bf08f7b26956a9467477265fff.tar.zst wallabag-1e1fd6f24da7b7bf08f7b26956a9467477265fff.zip |
[add] link to test file when we install wallabag #392
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/error.twig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/default/error.twig b/themes/default/error.twig index 8a6a4d6c..528a0985 100644 --- a/themes/default/error.twig +++ b/themes/default/error.twig | |||
@@ -8,4 +8,7 @@ | |||
8 | {% endfor %} | 8 | {% endfor %} |
9 | </ol> | 9 | </ol> |
10 | <p>Don't forget <a href="http://doc.wallabag.org/">the documentation</a>.</p> | 10 | <p>Don't forget <a href="http://doc.wallabag.org/">the documentation</a>.</p> |
11 | <p> | ||
12 | {% trans "You can <a href='wallabag_compatibility_test.php'>check your configuration here</a>." %} | ||
13 | </p> | ||
11 | {% endblock %} | 14 | {% endblock %} |