openstackid/app/views/400.blade.php
Sebastian Marcet 1df67dc90a Fixed doble form submision issue
* updated code to handle double form submision
* fixed some typos

Change-Id: I3384b573ad56fd96e0a1ce3adefdd9106d645c03
2016-03-16 00:49:59 -03:00

15 lines
303 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('layout')
@section('content')
<h1>OpenStackId Idp - 400</h1>
<div class="container">
<p>
400. Thats an error.
</p>
<p>
<b>{{ $error_code }}</b>
</p>
<p>
{{ $error_description }}
</p>
</div>
@stop