Menu

[r8380]: / trunk / gui / templates / 404.html  Maximize  Restore  History

Download this file

11 lines (9 with data), 276 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<div dojoType="dijit.layout.TabContainer" style="width:100%;height:400px;">
<div dojoType="dijit.layout.ContentPane" title="404">
<h3>{% trans "Page Not Found" %}</h3>
</div>
</div>
{% endblock %}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.