{% extends "admin/base.html" %} {% block title %}Manage Content - GJEE Admin{% endblock %} {% block content %}

Edit the content that appears on different pages of the website. Changes will be immediately visible to visitors.

About / Home Page

The main introduction text shown on the homepage.

Edit Content

Objectives

The objectives and mission of the GJEE journal.

Edit Content

Notes for Contributors

Guidelines for authors submitting articles.

Edit Content

Contact Information

Contact details and correspondence information.

Edit Content

All Content Entries

{% for content in contents %} {% else %} {% endfor %}
Key Title Last Updated Actions
{{ content.key }} {{ content.title if content.title else '-' }} {{ content.updated_at.strftime('%Y-%m-%d %H:%M') if content.updated_at else '-' }} Edit
No content entries found.
{% endblock %} {% block extra_css %} {% endblock %}