Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some corrections in templates #876

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8">
<title>(404) The page you were looking for doesn't exist.</title>
<title>(404) The page you were looking for doesn't exist.Try again</title>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add the phrase as "Please Try Again" ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.Also added malayalam version for the error message..

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the PR

<style type="text/css">
html,
body {
Expand Down Expand Up @@ -102,8 +102,8 @@
<div class="error-container">
<h1>404</h1>
<h4>The page you were looking for doesn't exist.</h4>
<p class="return">Take me back to <a href="/">keralarescue</a></p>
<p class="return">Take me back to <a href="/">keralarescue.in</a></p>
</div>

</body>
</html>
</html>