1 2 3 4 5 6 7 8 9 10 11 12
{%extends "base.html"%} {%block title%}DB Update Error{%endblock%} {%block contents%} <h1 class="heading">database update error</h2> <p class="alert-error"> <strong>Database Update Error</strong>: {{error_message}} </p> {%endblock%}