From 7c27365f1e654cc9178d93c4bca3fd573a38a92f Mon Sep 17 00:00:00 2001 From: henu Date: Wed, 27 Sep 2017 19:24:30 +0300 Subject: [PATCH] Add views and urls for jobs and freshmen --- webapp/templates/guild.html | 7 ++++++- webapp/templates/navigation.html | 14 +++++++------- webapp/urls.py | 7 +++++++ webapp/views.py | 12 ++++++++++++ 4 files changed, 32 insertions(+), 8 deletions(-) diff --git a/webapp/templates/guild.html b/webapp/templates/guild.html index 3570195..9daddfc 100644 --- a/webapp/templates/guild.html +++ b/webapp/templates/guild.html @@ -1,5 +1,10 @@ +{% extends "base.html" %} +{% block content %} + {% load i18n %}
-

{% "Kilta" %}

+

{% trans "Kilta" %}

+ +{% endblock %} diff --git a/webapp/templates/navigation.html b/webapp/templates/navigation.html index 92fbfcf..6d85699 100644 --- a/webapp/templates/navigation.html +++ b/webapp/templates/navigation.html @@ -7,17 +7,17 @@ - +