Skip to content
Snippets Groups Projects
Commit 24017c4f authored by Ben Adida's avatar Ben Adida
Browse files

fixed link for election creation

parent d9523b5e
No related branches found
No related tags found
No related merge requests found
...@@ -76,14 +76,14 @@ table.pretty th, td { ...@@ -76,14 +76,14 @@ table.pretty th, td {
} }
.highlight-box { .highlight-box {
background:#ccc; background:#eee;
padding: 10px; padding: 10px;
color: black; color: black;
border: 1px solid #888; border: 1px solid #888;
} }
.highlight-box-margin { .highlight-box-margin {
background:#ccc; background:#eee;
padding: 10px; padding: 10px;
color: black; color: black;
border: 1px solid #888; border: 1px solid #888;
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<em>none yet</em><br /> <em>none yet</em><br />
{% endif %} {% endif %}
<div style="text-align:right"> <div style="text-align:right">
<button style="font-size:1.2em;"><a href="{% url helios.views.election_new %}">create election &gt;</a></button> <a href="{% url helios.views.election_new %}" style="font-size: 1.2em; padding:5px; background: #eee; border: 1px solid #888">create election &gt;</a>
</div> </div>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment