Skip to content

Commit 0cd927b

Browse files
committed
Adaugare descriere locatii. Ref #13.
1 parent 8901910 commit 0cd927b

File tree

7 files changed

+14
-1
lines changed

7 files changed

+14
-1
lines changed

theme/templates/categories/bucuresti.html

Whitespace-only changes.

theme/templates/categories/cluj.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<mark>Cluj-Napoca în general organizează evenimentele prin <a href="http://www.meetup.com/RoPython-Cluj/">meetup.com</a>. Grupul era numit <q>Cluj.py</q>.</mark>

theme/templates/categories/iasi.html

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<mark>Întâliniri online. Câteodată ne adunăm undeva în una sau mai multe locații.</mark>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<mark>
2+
Timișoara în general organizează evenimentele prin <a href="http://www.meetup.com/RoPython-Timisoara/">meetup.com</a>.
3+
Grupul era numit <q>PyTim</q>.
4+
</mark>

theme/templates/category.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% extends "index.html" %}
2+
{% block title %}{{ SITENAME }}: {{ category_slugs.get(category.slug, category.slug.capitalize()) }}{% endblock %}
3+
4+
{% block content %}
5+
{% include "categories/" + category.slug + ".html" %}
6+
{{ super() }}
7+
{% endblock %}

theme/templates/tag.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "index.html" %}
2-
{% block title %}{{ SITENAME }}: {{ tag }}{% endblock %}
2+
{% block title %}{{ SITENAME }}: {{ tag.name.capitalize() }}{% endblock %}
33

44
{% block content %}
55
{% include "tags/" + tag.slug + ".html" %}

0 commit comments

Comments
 (0)