Open muhammed-ajmal opened 5 years ago
Do we need to add Malayalam version ?, I found google -translator already translating titles to Malayalam
Duplicate code
Change to
And for individual pages, for eg Change {% block title %}Announcements - {% endblock %}
To
{% block title %}Announcements{% endblock %}
@Ajuajmal its better to pass title from controller so that we can use it directly in base.html for both breadcrumb's last tag and
@Ajuajmal can you please fix the conflicts ?
Also, my PR #1054 adds a permalink to announcements. Can the page have a meta description and proper title so that the announcement can be shared via whatsapp/social media with proper previews ? This'll solve #1057
@Ajuajmal please fix the merge conflicts.
Issue Reference
This PR addresses the Issue : Fixes #1033
Changes
I had updated the base.html template with {% block title %}{% endblock %} then extended it all other templates( html files)