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
  • 53ea7e80   - removed 2nd argument from md and md_to_html Browse Code »
    Miguel Barão
    2018-01-02 20:04:26 +0000  
question-warning.html 190 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
{% autoescape %}


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

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