GITLAB

Miguel Barão / perguntations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 1
  • Merge Requests 0
  • Wiki
  • perguntations
  • templates
  • question-warning.html
  • f87485b8   - lots of changes in the move to tornado... not finished yet Browse Code »
    Miguel Barão
    2017-10-17 21:00:51 +0100  
question-warning.html 189 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
{% autoescape %}


<div class="alert alert-warning" role="alert">
    <h3>
      {{ question['title'] }}
    </h3>

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