diff --git a/pluginHolder/templates/pluginHolder/help.html b/pluginHolder/templates/pluginHolder/help.html index 9a01098af..cfd8e1a0e 100644 --- a/pluginHolder/templates/pluginHolder/help.html +++ b/pluginHolder/templates/pluginHolder/help.html @@ -497,9 +497,11 @@ urlpatterns = [

{% trans "3. Templates" %}

{% trans "Always extend baseTemplate/index.html:" %}

+ {% verbatim %}
{% extends "baseTemplate/index.html" %}
 {% load static %}
 {% load i18n %}
+ {% endverbatim %}

{% trans "Advanced Features" %}

{% trans "Database Models" %}