diff --git a/yadc/templates/layout/base.html b/yadc/templates/layout/base.html index 22dfe72..c4280ba 100644 --- a/yadc/templates/layout/base.html +++ b/yadc/templates/layout/base.html @@ -32,7 +32,7 @@ Login Register {% else %} - Profile + Profile Settings Log out {% endif%} diff --git a/yadc/templates/manage/posts.html b/yadc/templates/manage/posts.html index d545f4a..0bd8a25 100644 --- a/yadc/templates/manage/posts.html +++ b/yadc/templates/manage/posts.html @@ -25,7 +25,7 @@ {% endcall %} {% call genfield() %} -
{{ element.md5[:7] }}
+
{{ element.md5[:7] }}
{% endcall %} {% call genfield(element.editform.rating) %} diff --git a/yadc/templates/manage/users.html b/yadc/templates/manage/users.html index e0b181a..ddb129b 100644 --- a/yadc/templates/manage/users.html +++ b/yadc/templates/manage/users.html @@ -27,7 +27,7 @@ {#{% call genfield(element.editform.username) %}#} {% call genfield() %} - {{ element.username }} + {{ element.username }} {% endcall %} {% call genfield(element.editform.email) %}