Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
6a9dd13d
Commit
6a9dd13d
authored
Oct 01, 2016
by
Sébastiaan Versteeg
Browse files
Add admin link to account menu
parent
8cfb7a95
Changes
3
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/locale/nl/LC_MESSAGES/django.mo
View file @
6a9dd13d
No preview for this file type
website/thaliawebsite/locale/nl/LC_MESSAGES/django.po
View file @
6a9dd13d
...
...
@@ -7,10 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-16 21:29+0200\n"
"PO-Revision-Date: 2016-09-21 11:08+0200\n"
"POT-Creation-Date: 2016-09-16 21:34+0200\n"
"PO-Revision-Date: 2016-09-16 21:34+0200\n"
"POT-Creation-Date: 2016-10-01 17:44+0200\n"
"PO-Revision-Date: 2016-10-01 17:47+0200\n"
"Last-Translator: Sébastiaan Versteeg <se_bastiaan@outlook.com>\n"
"Language-Team: \n"
"Language: nl\n"
...
...
@@ -128,11 +126,11 @@ msgstr "Samenvatting Insturen"
msgid "Contact"
msgstr "Contact"
#: settings/settings.py:1
49
#: settings/settings.py:1
55
msgid "English"
msgstr "Engels"
#: settings/settings.py:15
0
#: settings/settings.py:15
6
msgid "Dutch"
msgstr "Nederlands"
...
...
@@ -153,23 +151,31 @@ msgid ""
"500: Internal server error. Thalia's website committee has been notified."
msgstr ""
#: templates/base.html:9 templates/base.html:16
1
#: templates/base.html:9 templates/base.html:16
7
msgid "Study Association Thalia"
msgstr "Studievereniging Thalia"
#: templates/base.html:
68
#: templates/base.html:
70
msgid "Login"
msgstr "Inloggen"
#: templates/base.html:7
7
msgid "
Edit Profile
"
msgstr "
Bewerk profiel
"
#: templates/base.html:7
4
msgid "
My Account
"
msgstr "
Mijn Account
"
#: templates/base.html:7
8
msgid "
Profile Pictur
e"
msgstr "
Profielafbeelding
"
#: templates/base.html:7
9
msgid "
edit profil
e"
msgstr "
bewerk profiel
"
#: templates/base.html:80
msgid "change password"
msgstr "wijzig mijn wachtwoord"
#: templates/base.html:83
msgid "Site administration"
msgstr "Sitebeheer"
#: templates/base.html:86
msgid "Log Out"
msgstr "Uitloggen"
...
...
@@ -477,6 +483,9 @@ msgstr "Universiteit van Amsterdam"
msgid "VU University Amsterdam"
msgstr "Vrije Universiteit Amsterdam"
#~ msgid "Profile Picture"
#~ msgstr "Profielafbeelding"
#~ msgid "Logout"
#~ msgstr "Uitloggen"
...
...
@@ -526,9 +535,6 @@ msgstr "Vrije Universiteit Amsterdam"
#~ msgid "Confirm new password"
#~ msgstr "Bevestig nieuw wachtwoord"
#~ msgid "Change my password"
#~ msgstr "Wijzig mijn wachtwoord"
#~ msgid "Confirm password"
#~ msgstr "Bevestig wachtwoord"
...
...
website/thaliawebsite/templates/base.html
View file @
6a9dd13d
...
...
@@ -79,6 +79,10 @@
<li><a
href=
"{% url 'members:edit-profile' %}"
>
{% trans "edit profile"|capfirst %}
</a></li>
<li><a
href=
"{% url 'password_change' %}"
>
{% trans "change password"|capfirst %}
</a></li>
<li
class=
"divider"
></li>
{% if user.is_staff %}
<li><a
href=
"{% url 'admin:index' %}"
>
{% trans "Site administration" %}
</a></li>
<li
class=
"divider"
></li>
{% endif %}
<li><a
href=
"{% url 'logout' %}"
><i
class=
"fa fa-sign-out"
></i>
{% trans "Log Out" %}
</a></li>
</ul>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment