##// END OF EJS Templates
Added checkinf form fields when creating a new thread.
Added checkinf form fields when creating a new thread.

File last commit:

r18:174f8766 default
r18:174f8766 default
Show More
base.html
19 lines | 375 B | text/html | HtmlLexer
Ilyas
Added admin loing possibility. Now it is abailable under {BASE_URL}/boards/login...
r9 <!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/base_page.css" media="all"/>
{% block head %}{% endblock %}
</head>
<body>
Ilyas
Added checkinf form fields when creating a new thread.
r18 <div class="admin_panel">
Ilyas
Added admin loing possibility. Now it is abailable under {BASE_URL}/boards/login...
r9
{% if request.session.admin == True %}
Admin panel TODO: Need to implement <BR />
{% endif %}
</div>
{% block content %}{% endblock %}
</body>
</html>