Skip to content

Commit

Permalink
update: renew group title
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJHANG committed Mar 27, 2024
1 parent 0987928 commit 5f0e1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %} {% load static %} {% load humanize %} {% load i18n %}
{% block title %}臺灣生物多樣性機構{% endblock %} {% block script %}
{% block title %}臺灣生物多樣性資訊機構{% endblock %} {% block script %}
<script>
$(document).ready(function () {
// TODO why?
Expand Down
2 changes: 1 addition & 1 deletion utils/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def taibif_mail_contact_us(data):
感謝您的寶貴意見
TaiBIF
臺灣生物多樣性機構
臺灣生物多樣性資訊機構
'''.format(data['name'], data['cat'], data['name'], data['email'], data['content'])
try:
msg = EmailMessage(
Expand Down

0 comments on commit 5f0e1a8

Please sign in to comment.