GITLAB

Miguel Barão / aprendizations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • aprendizations
  • templates
  • question.html
  • 6d2fed80   - added hidden input with question ref. ... Browse Code »
    - shift+enter submits textarea.
    - autofocus text and textarea boxes.
    - removed unused code in some places.
    Miguel Barão
    2017-02-05 01:27:48 +0000  
question.html 206 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{% autoescape %}

<div class="panel panel-default">
  <div class="panel-body">

<h3>{{ question['title'] }}</h3>

<div id="text">
{{ md(question['text']) }}
</div>

{% block answer %}{% end %}

</div></div>