GITLAB

Miguel Barão / aprendizations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • aprendizations
  • templates
  • question.html
  • 0b1675b0   - fix browser redirection to /question when enter key is pressed. ... Browse Code »
    - fix direction of graph edges.
    - use config file given in a commandline option.
    - improved debug messages
    - removed panel from question html
    Miguel Barão
    2017-03-04 20:05:55 +0000  
question.html 276 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{% 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>
 -->