GITLAB

Miguel Barão / aprendizations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • aprendizations
  • templates
  • comments.html
  • 9aeb5485   - modified how post questions behave: wait feedback then move to next question. ... Browse Code »
    not yet functional!
    Miguel Barão
    2018-12-17 11:43:17 +0000  
comments.html 110 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
{% autoescape %}

{% if comments %}
<div class="alert alert-warning">
    {{ md(comments) }}
</div>
{% end %}