Skip to content

Commit

Permalink
Merge pull request #15 from bear-rsg/dev
Browse files Browse the repository at this point in the history
removed welcome link
  • Loading branch information
mike-allaway authored Aug 5, 2024
2 parents f4df61c + b91a184 commit 551e2ee
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 32 deletions.
22 changes: 9 additions & 13 deletions django/core/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-05 10:44+0100\n"
"POT-Creation-Date: 2024-08-05 11:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -31,41 +31,37 @@ msgid "ProjectTitle"
msgstr "Enrique Aguilar Ugarte en Encarnación de Díaz"

#: core/templates/base.html:61
msgid "Welcome"
msgstr ""

#: core/templates/base.html:67
msgid "Photographs"
msgstr ""

#: core/templates/base.html:73
#: core/templates/base.html:67
msgid "About"
msgstr ""

#: core/templates/base.html:79
#: core/templates/base.html:73
msgid "Updates"
msgstr ""

#: core/templates/base.html:85
#: core/templates/base.html:79
msgid "Get Involved"
msgstr ""

#: core/templates/base.html:107
#: core/templates/base.html:101
msgid "Privacy"
msgstr ""

#: core/templates/base.html:108
#: core/templates/base.html:102
msgid "Legal"
msgstr ""

#: core/templates/base.html:109
#: core/templates/base.html:103
msgid "Freedom of Information"
msgstr ""

#: core/templates/base.html:110
#: core/templates/base.html:104
msgid "Cookies"
msgstr ""

#: core/templates/base.html:111
#: core/templates/base.html:105
msgid "Accessibility"
msgstr ""
25 changes: 12 additions & 13 deletions django/core/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-05 10:44+0100\n"
"POT-Creation-Date: 2024-08-05 11:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -31,41 +31,40 @@ msgid "ProjectTitle"
msgstr "Enrique Aguilar Ugarte en Encarnación de Díaz"

#: core/templates/base.html:61
msgid "Welcome"
msgstr "Bienvenido"

#: core/templates/base.html:67
msgid "Photographs"
msgstr "Fotografías"

#: core/templates/base.html:73
#: core/templates/base.html:67
msgid "About"
msgstr "Acerca de"

#: core/templates/base.html:79
#: core/templates/base.html:73
msgid "Updates"
msgstr "Recursos"

#: core/templates/base.html:85
#: core/templates/base.html:79
msgid "Get Involved"
msgstr "¡Participa!"

#: core/templates/base.html:107
#: core/templates/base.html:101
msgid "Privacy"
msgstr "Privacidad"

#: core/templates/base.html:108
#: core/templates/base.html:102
msgid "Legal"
msgstr "Legal"

#: core/templates/base.html:109
#: core/templates/base.html:103
msgid "Freedom of Information"
msgstr "Libertad de Información"

#: core/templates/base.html:110
#: core/templates/base.html:104
msgid "Cookies"
msgstr "Cookies"

#: core/templates/base.html:111
#: core/templates/base.html:105
msgid "Accessibility"
msgstr "Accesibilidad"

#~ msgid "Welcome"
#~ msgstr "Bienvenido"
6 changes: 0 additions & 6 deletions django/core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ <h1>{% translate 'ProjectTitle' %}</h1>
<!-- Nav list -->
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<!-- Welcome -->
<li class="nav-item">
<a class="nav-link href="/{{ LANGUAGE_CODE }}/">
{% translate 'Welcome' %}
</a>
</li>
<!-- Photographs -->
<li class="nav-item">
<a class="nav-link{% if "/photographs/" in request.path %} active{% endif %}" href="{% url 'photographs:list' %}">
Expand Down

0 comments on commit 551e2ee

Please sign in to comment.