{% extends "base.html" %} {% block content %} <h2>Login error</h2> <p>Please try <a href="{{ url_for('accessLog') }}">logging in again</a> or you can <a href="{{ url_for('uploadLog') }}">upload a new log</a>.</p> {% endblock %}
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 23765 | robert_cowham | Moved things down one level to psla dir to make it easier to see what belongs | ||
#2 | 23711 | robert_cowham | More or less working with multiple SQL statements | ||
#1 | 23705 | robert_cowham | Basics working in simplified form | ||
//guest/perforce_software/utils/log_analyzer/app/templates/loginError.html | |||||
#1 | 23704 | robert_cowham | Save before simplifying |