首页 > 解决方案 > 如何防止查询 >>> 正在加载的表上?Django 表

问题描述

这个问题已经解决了我在我的一个标签中添加了一个额外的 >。有时,你只需要第二双眼睛就能找到这样一个简单的错误。

 <table class="table table-striped">
  <thead>
    <tr>
      <th>ID</th>
      <th>Call Time</th>
      <th>Reservation Number</th>
      <th>Stage Name</th>
      <th>Update Call</th>
    </tr>
  </thead>

标签: htmldjangopostgresqldjango-models

解决方案


推荐阅读