GITLAB

Miguel Barão / perguntations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 1
  • Merge Requests 0
  • Wiki
  • perguntations
  • templates
  • question-success.html
  • cd56848f   - review is working. ... Browse Code »
    - fixed markdown rendering in questions.
    Miguel Barão
    2017-10-21 18:10:27 +0100  
question-success.html 193 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
{% autoescape %}


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

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