{% extends "base.html" %} {% block content %} <h2>Login error</h2> <p>You can <a href="{{ url_for('uploadLog') }}">upload a new log</a>.</p> {% endblock %}
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 25220 | robert_cowham |
Moved project files to new location: //guest/perforce_software/log-analyzer/psla/... Required by Swarm project structure for workshop. |
||
#1 | 23765 | robert_cowham | Moved things down one level to psla dir to make it easier to see what belongs | ||
//guest/perforce_software/utils/log_analyzer/app/templates/error.html | |||||
#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 |