Import status still broken from the home page.

Issue #11 resolved
Paul Stasiuk repo owner created an issue

The import status buttons are still broken from the home page. Should be a simple HTML fix.

Comments (4)

  1. Paul Stasiuk reporter

    Should look this this:

      {% for row in user_imports %}
                    <b>ImportId: </b>{{ row.importid }} <br>
                    <b>Date Uploaded: </b> {{ row.importdate_string }} <br>
                    <b>Source:</b> {{ row.sourceid }} <br>
                    <b>Filename:</b> {{ row.filename }} <br>
                    <a href="/status/import/?importid={{ row.importid }}" class="btn">More</a>
                    <br>
                    {% endfor %}
    
  2. Log in to comment