diff options
author | Jayaram Pai | 2014-02-04 15:58:07 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-02-04 15:58:07 +0530 |
commit | 8c3a67ea81d1ae46b9ee0147098b2fe275e577ae (patch) | |
tree | b1faa30dffd8a5bceb716ecbf714d434f9866aaa /static/website/templates | |
parent | a7171dcf0a673c7643e95f1610d1ddbbc899a7d2 (diff) | |
download | FOSSEE-Forum-8c3a67ea81d1ae46b9ee0147098b2fe275e577ae.tar.gz FOSSEE-Forum-8c3a67ea81d1ae46b9ee0147098b2fe275e577ae.tar.bz2 FOSSEE-Forum-8c3a67ea81d1ae46b9ee0147098b2fe275e577ae.zip |
changed date format of question in websites/templates/get-question.html
Diffstat (limited to 'static/website/templates')
-rw-r--r-- | static/website/templates/get-question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html index c1ae565..d888b58 100644 --- a/static/website/templates/get-question.html +++ b/static/website/templates/get-question.html @@ -71,7 +71,7 @@ <span class="meta"> <small> <i> - {{ question.date_created|date:"y-d-m" }}, {{ question.date_created|time }} + {{ question.date_created|date:"d-m-y" }}, {{ question.date_created|time }} </i> </small> |