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
  • 526721fd   - changed text-numeric to numeric-interval ... Browse Code »
    - many changes and fixes. review still hardcoded...
    Miguel Barão
    2017-10-20 16:06:49 +0100  
question-success.html 204 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>
      {{ question['title'] }}
    </h3>

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