diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 17a9250..d1e6276 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Appendix A. Changelog ===================== +master +------ + +* add trailing slashes to all URLs +* use ``url_for()`` +* add ``/rebuild/force/`` (== ``nikola build -a``) + v1.0.0 ------ diff --git a/coil/data/templates/jinja/coil_account.tmpl b/coil/data/templates/jinja/coil_account.tmpl index 074c4f0..5f7cfa1 100644 --- a/coil/data/templates/jinja/coil_account.tmpl +++ b/coil/data/templates/jinja/coil_account.tmpl @@ -16,7 +16,7 @@ {% endif %} -
+

Profile

@@ -66,7 +66,7 @@ {% if current_user.is_admin %}

You can edit your permissions in the permissions panel.

+ href="{{ url_for('acp_users_permissions') }}">permissions panel.

{% endif %} {{ form.csrf_token }} diff --git a/coil/data/templates/jinja/coil_index.tmpl b/coil/data/templates/jinja/coil_index.tmpl index 1c2d2db..4dbe995 100644 --- a/coil/data/templates/jinja/coil_index.tmpl +++ b/coil/data/templates/jinja/coil_index.tmpl @@ -35,7 +35,7 @@ Show posts of: - + {{ postform.csrf_token }} @@ -47,7 +47,7 @@ Show posts of: Date: {{ p.date }}
Author: {{ p.meta('author') }}
- Edit + Edit
@@ -59,7 +59,7 @@ Show posts of: - + {{ pageform.csrf_token }} @@ -71,7 +71,7 @@ Show posts of: Date: {{ p.date }}
Author: {{ p.meta('author') }}
- Edit + Edit
@@ -92,7 +92,7 @@ Show posts of: Really delete post?