Skip to content
Snippets Groups Projects
Unverified Commit 02d90c4a authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix typo and remove superflous error handler.

parent 4aaa6946
No related branches found
No related tags found
1 merge request!30Add custom template for maintenace mode.
......@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: BiscuIT - School Information System (SIS)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-27 12:50+0200\n"
"PO-Revision-Date: 2019-08-27 12:51+0200\n"
"PO-Revision-Date: 2019-08-27 14:45+0200\n"
"Last-Translator: Tom Teichler <tom.teichler@teckids.org>\n"
"Language-Team: \n"
"Language: de\n"
......@@ -182,11 +182,11 @@ msgstr ""
#: templates/core/edit_person.html:4 templates/core/person_full.html:11
msgid "Edit person"
msgstr "Person editiern"
msgstr "Person editieren"
#: templates/core/group_full.html:11
msgid "Edit group"
msgstr "Gruppe editiern"
msgstr "Gruppe editieren"
#: templates/core/group_full.html:14
msgid "Details"
......
......@@ -30,7 +30,6 @@ urlpatterns = [
# Custom error pages
handler404 = views.error_handler(404)
handler500 = views.error_handler(500)
handler503 = views.error_handler(503)
# Serve javascript-common if in development
if settings.DEBUG:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment