Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.72 KB | None | 0 0
  1. {% extends "salas_postgrado_layout.html.twig"%}
  2.  
  3. {% block page_full_content %}  
  4.   <br>
  5.   <div class="row">
  6.     {% for label, messages in app.flashes(['success', 'warning', 'error']) %}
  7.       {% for message in messages %}
  8.         <div class="note note-{{ label }}">
  9.           {{ message | raw}}
  10.         </div>
  11.       {% endfor %}
  12.     {% endfor %}  
  13.     <div class="col-md-6 col-md-offset-4">
  14.       <iframe style="height:166px; width:340px; border-width:0;" frameborder=0
  15.              src="http://media.fen.uchile.cl/logmod/login.php?
  16.              from={{url('login')}}&
  17.              to={{ url('login_check')}}&
  18.              referer={{url('login')}}">  
  19.       </iframe>  
  20.     </div>
  21.   </div>
  22. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement