diff --git a/openshift/templates/openshift/index.html b/openshift/templates/openshift/index.html index 6ad12b9..62e16b6 100644 --- a/openshift/templates/openshift/index.html +++ b/openshift/templates/openshift/index.html @@ -33,7 +33,8 @@
  • Sample Django app created with python manage.py startapp openshift
  • - Now it is time to add your own code. Follow along the Django tutorial to learn more about Django. + Now it is time to add your own code. Follow along the Django tutorial + to learn more about Django.

    @@ -42,6 +43,8 @@ You can see more information about this request using the toolbar on the right.
    Please note that by default your Django settings have DEBUG = True and that is not appropriate for production use, but very handy during development.
    - Refer to the Deployment Checklist before taking this project into a production environment.

    + Refer to the Deployment Checklist + before taking this project into a production environment. +