Do a cleaner package.
Add an Apache sample configuration file Update README with better installation instructions
This commit is contained in:
14
dynastie/templates/base.html
Executable file
14
dynastie/templates/base.html
Executable file
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Dynastie</title>
|
||||
{% block head %} {% endblock %}
|
||||
<link href="{{ STATIC_URL }}css/dynastie.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a href="/user">Users</a> <a href="/blog">Blogs</a> <a href="/disconnect">Disconnect</a><br/><br/>
|
||||
{% block content %} {% endblock %}
|
||||
<br/><br/><br/>
|
||||
<center><a href="http://indefero.soutade.fr/p/dynastie">Dynastie</a> 0.2</center>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user