Adição de títulos nas seções...
[cascardo/eventmanager.git] / templates / meus_trabalhos.html
index 69265e4..84af9da 100644 (file)
@@ -1,9 +1,10 @@
 {% extends "base.html" %}
 {% block content %}
 
+<h2>Trabalhos Inscritos</h2>
+
 {% if trabalhos %}
 
-    <h2>Trabalhos</h2>
     <ul>
     {% for i in trabalhos %}
         <li><a href="/trabalhos/{{ i.id }}">{{ i }}</a></li>