From 07c1a4a2b4211c1975f9d641401636a8cbc35f9c Mon Sep 17 00:00:00 2001
From: Aurélien Bompard
I can't find this page.
- Back home
+ Back home
diff --git a/hyperkitty/templates/500.html b/hyperkitty/templates/500.html
index a2b3d13..5a45d80 100644
--- a/hyperkitty/templates/500.html
+++ b/hyperkitty/templates/500.html
@@ -35,7 +35,7 @@ Error ! - {{ app_name|title }}
Oh! Snap
There's been an error somewhere, sorry.
- Back home
+ Back home
diff --git a/hyperkitty/templates/api.html b/hyperkitty/templates/api.html
index 763574b..4c4af27 100644
--- a/hyperkitty/templates/api.html
+++ b/hyperkitty/templates/api.html
@@ -32,8 +32,8 @@
Using the address /api/email/<list name>/<Message-ID> you will be able to
retrieve the information known about a specific email on the specified mailing-list.
For example:
- {% url api_email mlist_fqdn='devel@fp.o', hashid='13129854572893334' %}
+ For example:
+ {% url 'api_email' mlist_fqdn='devel@fp.o' hashid='13129854572893334' %}
For example:
- {% url api_thread mlist_fqdn='devel@fp.o', threadid='13129854572893334' %}
+ For example:
+ {% url 'api_thread' mlist_fqdn='devel@fp.o' threadid='13129854572893334' %}
For example:
- {% url api_search mlist_fqdn='devel@fp.o', field='From', keyword='pingoured' %}
+ For example:
+ {% url 'api_search' mlist_fqdn='devel@fp.o' field='From' keyword='pingoured' %}