Skip to content
Snippets Groups Projects
Commit 7242e2cf authored by Odin Johan Vatne's avatar Odin Johan Vatne
Browse files

Tiny edits

parent 4cd7525f
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
{% block content %} {% block content %}
<div class="floating-header" style="height: 3em;"> <div class="floating-header" style="height: 3em;">
<div> <div>
<a href="/project/create/" class="undecorated-link nav-item">Add new project</a> <a href="/project/create/" class="undecorated-link nav-item">Add new project</a>
</div> </div>
</div> </div>
<form action="/project/update_status/?next=/projects/mine/" method="post" id="update_status_form"> <form action="/project/update_status/?next=/projects/mine/" method="post" id="update_status_form">
......
...@@ -2,7 +2,6 @@ from django import template ...@@ -2,7 +2,6 @@ from django import template
from pasapp.forms import CommentForm from pasapp.forms import CommentForm
from pasapp.utils import tagsByCategory from pasapp.utils import tagsByCategory
from pasapp.templatetags.custom_filters import get as get_or_blank from pasapp.templatetags.custom_filters import get as get_or_blank
from django.utils.safestring import SafeString
from django.utils.safestring import mark_safe from django.utils.safestring import mark_safe
register = template.Library() register = template.Library()
......
...@@ -40,7 +40,6 @@ met_lang,Natural Language Processing,met ...@@ -40,7 +40,6 @@ met_lang,Natural Language Processing,met
priv_sens,Sensitive,priv priv_sens,Sensitive,priv
priv_conf,Confidential,priv priv_conf,Confidential,priv
size_1,Solo,size size_1,Solo,size
size_2,Duo,size
size_g,Group,size size_g,Group,size
comm_u,University Project,comm comm_u,University Project,comm
comm_g,Government Project,comm comm_g,Government Project,comm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment