New theme, MMD!

This commit is contained in:
2011-05-21 21:12:49 +01:00
parent e2fb140ce9
commit f99041472d
8 changed files with 136 additions and 72 deletions

View File

@@ -4,7 +4,7 @@
{% block content %}
<h3>Search All Applications</h3>
<h1>Search All Applications</h1>
<form method="GET" action="{% url hr.views.admin_applications %}">
<input type="text" name="q" />
<input type="submit" value="Search" />

View File

@@ -3,6 +3,8 @@
{% block title %}HR{% endblock %}
{% block content %}
<H1>HR</H1>
<h3>Applications</h3>
<p><a href="{% url hr.views.view_applications %}">View your current open applications</a><br/>
<a href="{% url hr.views.add_application %}">Create a application</a><br/></p>