spacepaste

  1.  
  2. equinteros@gazelle:~/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-server$ git diff
  3. diff --git a/helios/templates/base.html b/helios/templates/base.html
  4. index 075739f..2a1b306 100644
  5. --- a/helios/templates/base.html
  6. +++ b/helios/templates/base.html
  7. @@ -14,6 +14,7 @@
  8. -->
  9. <link rel="stylesheet" type="text/css" media="screen" href="/static/helios/main.css" />
  10. <link type="text/css" href="{{HELIOS_STATIC}}/css/ui-lightness/jquery-ui-1.8.1.custom.css" />
  11. + <link rel="stylesheet" href="/static/css/custom.css">
  12. {% endblock %}
  13. <script language="javascript" src="{{ HELIOS_STATIC }}/js/jquery-1.4.2.min.js"></script>
  14. diff --git a/helios/templates/election_new_2.html b/helios/templates/election_new_2.html
  15. index 16061c2..ea92f07 100644
  16. --- a/helios/templates/election_new_2.html
  17. +++ b/helios/templates/election_new_2.html
  18. @@ -89,4 +89,4 @@ $(document).ready(function() {
  19. otherwise you won't be able to tally your election.)
  20. </form>
  21.