From 6ae314936e143fc48070b7abdca9aa4bbc06b49b Mon Sep 17 00:00:00 2001 From: Zambom Date: Wed, 1 Feb 2017 02:10:50 -0200 Subject: [PATCH] Pendencies adjusts --- amadeus/templates/base.html | 2 +- amadeus/urls.py | 2 +- notifications/templates/notifications/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 5c2806a..740f8c9 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -235,7 +235,7 @@
  • - + {% if notifications_count > 0 %} {% if notifications_count > 99 %} +99 {% else %} {{ notifications_count }} {% endif %} diff --git a/amadeus/urls.py b/amadeus/urls.py index d614248..6c7f8ef 100644 --- a/amadeus/urls.py +++ b/amadeus/urls.py @@ -34,7 +34,7 @@ urlpatterns = [ url(r'^mailsender/', include('mailsender.urls', namespace = 'mailsender')), url(r'^security/', include('security.urls', namespace = 'security')), url(r'^themes/', include('themes.urls', namespace = 'themes')), - url(r'^notifications/', include('notifications.urls', namespace = 'notifications')), + url(r'^pendencies/', include('notifications.urls', namespace = 'notifications')), url(r'^links/', include('links.urls', namespace='links')), #API url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')), diff --git a/notifications/templates/notifications/index.html b/notifications/templates/notifications/index.html index d72dad8..ddf0be7 100644 --- a/notifications/templates/notifications/index.html +++ b/notifications/templates/notifications/index.html @@ -53,7 +53,7 @@ {% else %}
    -

    {% trans 'You do not posses any pendency in this subject' %}

    +

    {% trans 'You do not posses any pendency.' %}

    {% endif %} -- libgit2 0.21.2