diff options
author | ankitjavalkar | 2019-01-14 13:10:22 +0530 |
---|---|---|
committer | GitHub | 2019-01-14 13:10:22 +0530 |
commit | fac87512cd83af67cdbedcf4a597c6dc1325862d (patch) | |
tree | 009019fdd42126c296112b609c86a6ed2dccc831 /yaksh/templates | |
parent | 567502f4376fe5a167d172bfcd08cf0ae4ac4caf (diff) | |
parent | 4b2d66d8208998f4fceb1178dd085bd3158d0b7a (diff) | |
download | online_test-fac87512cd83af67cdbedcf4a597c6dc1325862d.tar.gz online_test-fac87512cd83af67cdbedcf4a597c6dc1325862d.tar.bz2 online_test-fac87512cd83af67cdbedcf4a597c6dc1325862d.zip |
Merge pull request #510 from ankitjavalkar/fix-mod-dash-query
Fetch only distinct values for courses where User is Creator OR Teacher
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/500.html b/yaksh/templates/500.html index b3bf710..f2455d4 100644 --- a/yaksh/templates/500.html +++ b/yaksh/templates/500.html @@ -13,6 +13,6 @@ <center> Internal Server error.<br /> This event will be reported.<br /> -Sorry for the inconvinience. +Sorry for the inconvenience. </center> {% endblock %} |