Skip to content

Commit

Permalink
Adaugare descriere locatii. Ref #13.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jun 26, 2015
1 parent 8901910 commit 0cd927b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 1 deletion.
Empty file.
1 change: 1 addition & 0 deletions theme/templates/categories/cluj.html
Original file line number Diff line number Diff line change
@@ -0,0 +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>
Empty file.
1 change: 1 addition & 0 deletions theme/templates/categories/online.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<mark>Întâliniri online. Câteodată ne adunăm undeva în una sau mai multe locații.</mark>
4 changes: 4 additions & 0 deletions theme/templates/categories/timisoara.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<mark>
Timișoara în general organizează evenimentele prin <a href="http://www.meetup.com/RoPython-Timisoara/">meetup.com</a>.
Grupul era numit <q>PyTim</q>.
</mark>
7 changes: 7 additions & 0 deletions theme/templates/category.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "index.html" %}
{% block title %}{{ SITENAME }}: {{ category_slugs.get(category.slug, category.slug.capitalize()) }}{% endblock %}

{% block content %}
{% include "categories/" + category.slug + ".html" %}
{{ super() }}
{% endblock %}
2 changes: 1 addition & 1 deletion theme/templates/tag.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "index.html" %}
{% block title %}{{ SITENAME }}: {{ tag }}{% endblock %}
{% block title %}{{ SITENAME }}: {{ tag.name.capitalize() }}{% endblock %}

{% block content %}
{% include "tags/" + tag.slug + ".html" %}
Expand Down

0 comments on commit 0cd927b

Please sign in to comment.