Skip to content

Commit

Permalink
Merge branch 'FreetailHackers/change_terms'
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Apr 12, 2017
2 parents f9f8846 + ef88497 commit 2c076d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gavel/templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2>Stats</h2>

<div class="item">
<div class="banner">
<h2>Items</h2>
<h2>Projects</h2>
</div>
<div class="info">
<table id="items">
Expand Down Expand Up @@ -80,7 +80,7 @@ <h2>Items</h2>

<div class="item">
<div class="banner">
<h2>Annotators</h2>
<h2>Judges</h2>
</div>
<div class="info">
<table id="annotators">
Expand Down Expand Up @@ -140,7 +140,7 @@ <h2>Annotators</h2>

<div class="item">
<div class="banner">
<h2>Add Items</h2>
<h2>Add Projects</h2>
</div>
<div class="info">
<p>name, location, description (CSV format)</p>
Expand All @@ -154,7 +154,7 @@ <h2>Add Items</h2>

<div class="item">
<div class="banner">
<h2>Add Annotators</h2>
<h2>Add Judges</h2>
</div>
<div class="info">
<p>name, email, description (CSV format)</p>
Expand Down
2 changes: 1 addition & 1 deletion gavel/templates/admin_annotator.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% block title %}Annotator{% endblock %}
{% block title %}Judge{% endblock %}
{% block content %}
<div class="item">
<div class="banner" id="admin-header">
Expand Down
2 changes: 1 addition & 1 deletion gavel/templates/admin_item.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% block title %}Item{% endblock %}
{% block title %}Project{% endblock %}
{% block content %}
<div class="item">
<div class="banner" id="admin-header">
Expand Down

0 comments on commit 2c076d2

Please sign in to comment.