view templates/500.html @ 195:baf8776dc44d draft

added code for the integration of comment system into bundles and snippets. database sync must be run so that necessary tables is created for the comments to work properly.
author ahsanalishahid <ahsan.ali.shahid@gmail.com>
date Tue, 02 Jul 2013 02:09:21 +0500
parents e40d79359d07
children
line wrap: on
line source

{% extends "base.djhtml" %}

{% block title %}
Server error
{% endblock %}

{% block content %}
<h2>Oops ...</h2>
<p>
  The server encountered an internal error. If the problem persists,
  please let us know.
</p>
{% endblock %}