From 64157ab78055fef25cb41297fd174ee993f9f107 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Sun, 18 Feb 2024 17:34:31 +0330 Subject: [PATCH] chore: cleanup - openedx URL fixed - code block used for mako for a better code highlighting --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fe6ba33d1..976128b7d 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Indigo, a cool blue theme for Open edX ====================================== -Indigo is an elegant, customizable theme for `Open edX `__. +Indigo is an elegant, customizable theme for `Open edX `__. .. image:: ./screenshots/01-landing-page.png :alt: Platform landing page @@ -80,7 +80,9 @@ The static templates used by Open edX to render those pages are all stored in th ls tutorindigo/templates/indigo/lms/templates/static_templates" -For instance, edit the "donate.html" file in this directory. We can derive the content of this file from the contents of the `donate.html `__ static template in edx-platform:: +For instance, edit the "donate.html" file in this directory. We can derive the content of this file from the contents of the `donate.html `__ static template in edx-platform: + +.. code-block:: mako <%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ %>