1 <h2>Podczas otwierania panelu "{{ panel_name }}" wystąpił przetwarzania pliku źródłowego:</h2>
2 <p><b>{{ exception_type }}</b></p>
3 <p>{{ exception.message }}</p>
5 <button id="try-again-button" type="button">Try Again</button>
7 <script type="text/javascript" charset="utf-8">
12 $('#try-again-button').click(function() {
13 self.load(self.current_url);
17 return true; // error page is static
20 return true; // and it doesn't get dirty