Skip to content

Commit c0665b9

Browse files
Release 2.1.47
2 parents 3cbcf67 + b19a8ba commit c0665b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CapX/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
SPECTACULAR_SETTINGS = {
169169
'TITLE': 'Capacity Exchange (CapX) API',
170170
'DESCRIPTION': 'The Capacity Exchange (CapX) is a platform for finding and connecting with fellow Wikimedians to exchange knowledge, skills, and services on a global level.',
171-
'VERSION': '2.1.46',
171+
'VERSION': '2.1.47',
172172
'SERVE_INCLUDE_SCHEMA': True,
173173
'SWAGGER_UI_DIST': 'SIDECAR',
174174
'SWAGGER_UI_FAVICON_HREF': 'SIDECAR',

portal/templates/portal/dashboard.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ <h2 style="margin:0">Messages</h2>
283283
<td>
284284
<span class="pill {{ row.is_active|yesno:'pill--success,pill--danger' }}">{{ row.is_active|yesno:'Active,Inactive' }}</span>
285285
</td>
286-
<td>{{ row.date_joined|date:"c" }}</td>
287-
<td>{{ row.last_update|date:"c" }}</td>
288-
<td>{{ row.last_login|date:"c" }}</td>
286+
<td>{{ row.date_joined|date:"Y-m-d H:i:s" }}</td>
287+
<td>{{ row.last_update|date:"Y-m-d H:i:s" }}</td>
288+
<td>{{ row.last_login|date:"Y-m-d H:i:s" }}</td>
289289
<td>{{ row.wikidata_qid }}</td>
290290
<td>{{ row.wiki_alt }}</td>
291291
<td>{{ row.territory }}</td>
@@ -422,7 +422,7 @@ <h2 style="margin:0">Messages</h2>
422422
<tr>
423423
<td>{{ pu.user.username }}</td>
424424
<td>{{ pu.partner.name }}</td>
425-
<td>{{ pu.created_at|date:"c" }}</td>
425+
<td>{{ pu.created_at|date:"Y-m-d H:i:s" }}</td>
426426
</tr>
427427
{% empty %}
428428
<tr><td colspan="6" class="muted">No records.</td></tr>

0 commit comments

Comments
 (0)