diff --git a/lbforum/.idea/dictionaries/slepa.xml b/lbforum/.idea/dictionaries/slepa.xml new file mode 100644 index 0000000..9c47f1b --- /dev/null +++ b/lbforum/.idea/dictionaries/slepa.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lbforum/templates/lbforum/account/base.html b/lbforum/templates/lbforum/account/base.html index f6b9f3c..63b4719 100644 --- a/lbforum/templates/lbforum/account/base.html +++ b/lbforum/templates/lbforum/account/base.html @@ -20,7 +20,7 @@

- {{ LBFORUM_TITLE }} + {{ LBFORUM_TITLE }} » @@ -34,20 +34,20 @@

@@ -68,7 +68,7 @@

{% block main_subhead %}{% endblock %}

- {{ LBFORUM_TITLE }} + {{ LBFORUM_TITLE }} » diff --git a/lbforum/templates/lbforum/account/profile.html b/lbforum/templates/lbforum/account/profile.html index c27bc08..1685634 100644 --- a/lbforum/templates/lbforum/account/profile.html +++ b/lbforum/templates/lbforum/account/profile.html @@ -18,7 +18,7 @@ {% block account_main_content %} {% if user == view_user %}

- {% trans "Change your password" %} + {% trans "Change your password" %}

{% endif %} @@ -42,8 +42,8 @@
diff --git a/lbforum/templates/lbforum/account/signature.html b/lbforum/templates/lbforum/account/signature.html index 60776e6..57cf18e 100644 --- a/lbforum/templates/lbforum/account/signature.html +++ b/lbforum/templates/lbforum/account/signature.html @@ -65,7 +65,7 @@

{% trans "Current signature" %}

{% endblock %} diff --git a/lbforum/templates/lbforum/account/user_posts.html b/lbforum/templates/lbforum/account/user_posts.html index cdfac17..c7d4cbb 100644 --- a/lbforum/templates/lbforum/account/user_posts.html +++ b/lbforum/templates/lbforum/account/user_posts.html @@ -20,7 +20,7 @@

- {{ LBFORUM_TITLE }} + {{ LBFORUM_TITLE }} » @@ -57,7 +57,7 @@

{% page_item_idx page_obj forloop %} @@ -73,7 +73,7 @@

@@ -101,7 +101,7 @@

- {{ LBFORUM_TITLE }} + {{ LBFORUM_TITLE }} » diff --git a/lbforum/templates/lbforum/account/user_topics.html b/lbforum/templates/lbforum/account/user_topics.html index c94f6ed..69b187b 100644 --- a/lbforum/templates/lbforum/account/user_topics.html +++ b/lbforum/templates/lbforum/account/user_topics.html @@ -20,7 +20,7 @@

- {{ LBFORUM_TITLE }} + {{ LBFORUM_TITLE }} » @@ -63,7 +63,7 @@

- {{ LBFORUM_TITLE }} + {{ LBFORUM_TITLE }} » diff --git a/lbforum/templates/lbforum/forum.html b/lbforum/templates/lbforum/forum.html index dadae31..3070e9c 100644 --- a/lbforum/templates/lbforum/forum.html +++ b/lbforum/templates/lbforum/forum.html @@ -32,14 +32,14 @@ {% paginate %}

{% if user.is_authenticated %} - {% trans "Post new topic" %} + {% trans "Post new topic" %} {% else %} {% trans "You must" %} {% trans "Login" %} {% trans "or" %} {% trans "register" %} {% trans "to post a topic" %} {% endif %}

{% include 'lbforum/inc_topic_list.html' %} @@ -52,7 +52,7 @@

{% if user.is_authenticated %} - {% trans "Post new topic" %} + {% trans "Post new topic" %} {% else %} {% trans "You must" %} {% trans "Login" %} {% trans "or" %} {% trans "register" %} {% trans "to post a topic" %} {% endif %} diff --git a/lbforum/templates/lbforum/inc_forum_brd_crumbs.html b/lbforum/templates/lbforum/inc_forum_brd_crumbs.html index 83ecad3..81478a4 100644 --- a/lbforum/templates/lbforum/inc_forum_brd_crumbs.html +++ b/lbforum/templates/lbforum/inc_forum_brd_crumbs.html @@ -1,6 +1,6 @@

- {{ LBFORUM_TITLE }} + {{ LBFORUM_TITLE }} » diff --git a/lbforum/templates/lbforum/inc_header.html b/lbforum/templates/lbforum/inc_header.html index 7cf638b..12a27fd 100644 --- a/lbforum/templates/lbforum/inc_header.html +++ b/lbforum/templates/lbforum/inc_header.html @@ -2,7 +2,7 @@

@@ -15,8 +15,8 @@ {% trans "Search" %} {% if user.is_authenticated %} - - + + {% else %} @@ -28,7 +28,7 @@

{% if user.is_authenticated %} - {% blocktrans %}Hello {{user}}{% endblocktrans %}, {% trans "Logout" %} + {% blocktrans %}Hello {{user}}{% endblocktrans %}, {% trans "Logout" %} {% else %} {% trans "Login" %} | diff --git a/lbforum/templates/lbforum/inc_new_post_brd_crumbs.html b/lbforum/templates/lbforum/inc_new_post_brd_crumbs.html index 21ffa20..b21380b 100644 --- a/lbforum/templates/lbforum/inc_new_post_brd_crumbs.html +++ b/lbforum/templates/lbforum/inc_new_post_brd_crumbs.html @@ -1,7 +1,7 @@ {% load i18n %}

- {{ LBFORUM_TITLE }} + {{ LBFORUM_TITLE }} » diff --git a/lbforum/templates/lbforum/inc_post_detail.html b/lbforum/templates/lbforum/inc_post_detail.html index 6c187d2..496a8f6 100644 --- a/lbforum/templates/lbforum/inc_post_detail.html +++ b/lbforum/templates/lbforum/inc_post_detail.html @@ -8,7 +8,7 @@

{% page_item_idx page_obj forloop %} {{ post.created_on|lbtimesince }} @@ -18,8 +18,8 @@

- + @@ -167,13 +167,13 @@

+ @@ -98,13 +98,13 @@