Page not found at /comments/add_new_comment/DNAState/140/contact/

Page not found (404)

Request Method: GET
Request URL: http://repairtoire.genesilico.pl/comments/add_new_comment/DNAState/140/contact/

Using the URLconf defined in repairtoire.urls, Django tried these URL patterns, in this order:

  1. ^edytorka&edytor=1305.10122013/damage_standards/$
  2. ^edytorka&edytor=1305.10122013/documentation/$
  3. ^edytorka&edytor=1305.10122013/
  4. ^admin_media/(?P<path>.*)$
  5. ^images/(?P<path>.*)$
  6. ^styles/(?P<path>.*)$
  7. ^site_media/(?P<path>.*)$
  8. ^uploads/(?P<path>.*)$
  9. ^jmol/(?P<path>.*)$
  10. ^$
  11. ^links/$
  12. ^help/$
  13. ^drawing_help/$
  14. ^contact/$
  15. ^acknowledgements/$
  16. ^Damage/
  17. ^Damages/
  18. ^damage/
  19. ^damages/
  20. ^Structure/
  21. ^PdbStructure/
  22. ^structure/
  23. ^structures/
  24. ^Protein/
  25. ^Proteins/
  26. ^protein/
  27. ^proteins-by-uniprot/
  28. ^proteins/
  29. ^RNA/
  30. ^RNAs/
  31. ^rna/
  32. ^rnas/
  33. ^enzyme/
  34. ^enzymes/
  35. ^Enzyme/
  36. ^Enzymes/
  37. ^EnzymaticComplexes/
  38. ^enzymaticcomplexes/
  39. ^EnzymaticComplex/
  40. ^Disease/(?P<name>.+)/
  41. ^disease/(?P<name>.+)/
  42. ^OmimDisease/(?P<name>[0-9A-Za-z \#\+]+)/
  43. ^Omimdisease/(?P<name>.+)/
  44. ^Species/
  45. ^species/
  46. ^Pathway/
  47. ^Pathways/
  48. ^pathway/
  49. ^pathways/
  50. ^Homolog/
  51. ^Homologs/
  52. ^homolog/
  53. ^homologs/
  54. ^Paper/
  55. ^Papers/
  56. ^paper/
  57. ^papers/
  58. ^repairtoireTerm/
  59. ^DamageSource/(?P<id>[0-9]+)/$
  60. ^DamageSource/(?P<source_name>[a-zA-Z0-9 _-]+)/$
  61. ^DamageEffect/(?P<id>[0-9]+)/$
  62. ^DamageEffect/(?P<effect_name>[a-zA-Z0-9 _-]+)/$
  63. ^Gene/(?P<name>[0-9]+)/$
  64. ^Gene/(?P<name>[0-9a-zA-Z\.]+)/$
  65. ^ProteinFamily/(?P<family_id>[0-9]+)/$
  66. ^ProteinFamily/(?P<family_name>.+)/$
  67. ^RepairActivity/(?P<repair_id>[0-9]+)/$
  68. ^DNAState/(?P<dna_state_id>[0-9]+)/$
  69. ^comments/ ^add_new_comment/(?P<object_type>[a-zA-Z]+)/(?P<object_id>\d+)/$
  70. ^comments/ ^__add_new_comment/(?P<object_type>[a-zA-Z]+)/(?P<object_id>\d+)/(?P<username>.+)/$
  71. ^comments/ ^(?P<id>\d+)/$
  72. ^comments/ ^(?P<datetime>\d{4}-\d{2}-\d{2} \d{1,2}:\d{2}:\d{2}\.\d{6}) (?P<header>.*)/$
  73. ^Keyword/
  74. ^Keywords/
  75. ^keyword/
  76. ^keywords/
  77. ^scene/
  78. ^login/
  79. ^profile/
  80. ^search/$
  81. ^search//$
  82. ^search/(?P<modules>\S+)/(?P<fields>\S+)/(?P<terms>\S+)/$
  83. ^search/(?P<terms>\S+)/$

The current URL, comments/add_new_comment/DNAState/140/contact/, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.